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