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