#[repr(C)]pub struct nng_ctx_s {
pub id: u32,
}
Fields§
§id: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for nng_ctx_s
impl RefUnwindSafe for nng_ctx_s
impl Send for nng_ctx_s
impl Sync for nng_ctx_s
impl Unpin for nng_ctx_s
impl UnwindSafe for nng_ctx_s
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