pub struct PlanarYuvBuffer { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ExternType for PlanarYuvBuffer
impl ExternType for PlanarYuvBuffer
impl Send for PlanarYuvBuffer
impl Sync for PlanarYuvBuffer
Auto Trait Implementations§
impl !Freeze for PlanarYuvBuffer
impl RefUnwindSafe for PlanarYuvBuffer
impl !Unpin for PlanarYuvBuffer
impl UnwindSafe for PlanarYuvBuffer
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