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