#[repr(C)]pub struct nng_socket_s {
pub id: u32,
}
Fields§
§id: u32
Trait Implementations§
Source§impl Clone for nng_socket_s
impl Clone for nng_socket_s
Source§fn clone(&self) -> nng_socket_s
fn clone(&self) -> nng_socket_s
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for nng_socket_s
impl Debug for nng_socket_s
impl Copy for nng_socket_s
Auto Trait Implementations§
impl Freeze for nng_socket_s
impl RefUnwindSafe for nng_socket_s
impl Send for nng_socket_s
impl Sync for nng_socket_s
impl Unpin for nng_socket_s
impl UnwindSafe for nng_socket_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