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