#[repr(C)]pub struct BuffersO { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuffersO
impl RefUnwindSafe for BuffersO
impl Send for BuffersO
impl Sync for BuffersO
impl Unpin for BuffersO
impl UnwindSafe for BuffersO
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