#[repr(C)]pub struct nng_sockaddr_path {
pub sa_family: u16,
pub sa_path: [c_char; 128],
}
Fields§
§sa_family: u16
§sa_path: [c_char; 128]
Trait Implementations§
Source§impl Clone for nng_sockaddr_path
impl Clone for nng_sockaddr_path
Source§fn clone(&self) -> nng_sockaddr_path
fn clone(&self) -> nng_sockaddr_path
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 moreimpl Copy for nng_sockaddr_path
Auto Trait Implementations§
impl Freeze for nng_sockaddr_path
impl RefUnwindSafe for nng_sockaddr_path
impl Send for nng_sockaddr_path
impl Sync for nng_sockaddr_path
impl Unpin for nng_sockaddr_path
impl UnwindSafe for nng_sockaddr_path
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