Fields
pub 0: libc::in6_addrImplementations
impl Ipv6Addr
pub fn from_std(std: &net::Ipv6Addr) -> Ipv6Addrpub const fn segments(&Self) -> [u16; 8]
Return the eight 16-bit segments that make up this address
pub const fn to_std(&Self) -> net::Ipv6AddrTrait Implementations
impl Debug for Ipv6Addr
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Display for Ipv6Addr
fn fmt(&Self, fmt: &mut fmt::Formatter<'_>) -> fmt::Resultimpl Hash for Ipv6Addr
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for Ipv6Addrimpl StructuralPartialEq for Ipv6AddrAuto Trait Implementations
impl RefUnwindSafe for Ipv6Addrimpl UnwindSafe for Ipv6AddrBlanket Implementations
impl<T> BorrowMut<T> for T
where
    T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T