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