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