Struct libc::sockaddr_in6
#[repr(C)]
pub struct sockaddr_in6 {
pub sin6_family: sa_family_t,
pub sin6_port: ::in_port_t,
pub sin6_flowinfo: u32,
pub sin6_addr: ::in6_addr,
pub sin6_scope_id: u32,
}Fields
pub sin6_family: sa_family_tpub sin6_port: ::in_port_tpub sin6_flowinfo: u32pub sin6_addr: ::in6_addrpub sin6_scope_id: u32Trait Implementations
impl Clone for sockaddr_in6
fn clone(&Self) -> sockaddr_in6impl Copy for sockaddr_in6impl Debug for sockaddr_in6
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for sockaddr_in6impl Hash for sockaddr_in6
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<sockaddr_in6> for sockaddr_in6
fn eq(&Self, other: &sockaddr_in6) -> boolfn ne(&Self, other: &sockaddr_in6) -> boolimpl StructuralEq for sockaddr_in6impl StructuralPartialEq for sockaddr_in6Auto Trait Implementations
impl RefUnwindSafe for sockaddr_in6impl Send for sockaddr_in6impl Sync for sockaddr_in6impl Unpin for sockaddr_in6impl UnwindSafe for sockaddr_in6Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T