#[repr(C)]pub struct nng_sockaddr_in6 {
pub sa_family: u16,
pub sa_port: u16,
pub sa_addr: [u8; 16],
}
Fields§
§sa_family: u16
§sa_port: u16
§sa_addr: [u8; 16]
Trait Implementations§
Source§impl Clone for nng_sockaddr_in6
impl Clone for nng_sockaddr_in6
Source§fn clone(&self) -> nng_sockaddr_in6
fn clone(&self) -> nng_sockaddr_in6
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_sockaddr_in6
impl Debug for nng_sockaddr_in6
impl Copy for nng_sockaddr_in6
Auto Trait Implementations§
impl Freeze for nng_sockaddr_in6
impl RefUnwindSafe for nng_sockaddr_in6
impl Send for nng_sockaddr_in6
impl Sync for nng_sockaddr_in6
impl Unpin for nng_sockaddr_in6
impl UnwindSafe for nng_sockaddr_in6
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