#[repr(C, align(4))]pub struct nng_socket_s {
pub _bindgen_opaque_blob: u32,
}Fields§
§_bindgen_opaque_blob: u32Implementations§
Source§impl nng_socket_s
impl nng_socket_s
pub const NNG_SOCKET_INITIALIZER: nng_socket
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 duplicate 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
Source§impl Default for nng_socket_s
impl Default for nng_socket_s
Source§fn default() -> nng_socket_s
fn default() -> nng_socket_s
Returns the “default value” for a type. Read more
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