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