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