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