pub struct GstVideoDmabufPool { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstVideoDmabufPool
impl RefUnwindSafe for GstVideoDmabufPool
impl !Send for GstVideoDmabufPool
impl !Sync for GstVideoDmabufPool
impl !Unpin for GstVideoDmabufPool
impl UnwindSafe for GstVideoDmabufPool
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more