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_t
pub sin6_port: ::in_port_t
pub sin6_flowinfo: u32
pub sin6_addr: ::in6_addr
pub sin6_scope_id: u32
Trait Implementations
impl Clone for sockaddr_in6
fn clone(&Self) -> sockaddr_in6
impl Copy for sockaddr_in6
impl Debug for sockaddr_in6
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for sockaddr_in6
impl 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) -> bool
fn ne(&Self, other: &sockaddr_in6) -> bool
impl StructuralEq for sockaddr_in6
impl StructuralPartialEq for sockaddr_in6
Auto Trait Implementations
impl RefUnwindSafe for sockaddr_in6
impl Send for sockaddr_in6
impl Sync for sockaddr_in6
impl Unpin for sockaddr_in6
impl UnwindSafe for sockaddr_in6
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T