#[repr(transparent)]pub struct Ipv6Addr(pub in6_addr);
👎Deprecated since 0.24.0: Use std::net::Ipv6Addr instead
Tuple Fields§
§0: in6_addr
👎Deprecated since 0.24.0: Use std::net::Ipv6Addr instead
Implementations§
Trait Implementations§
impl Copy for Ipv6Addr
impl Eq for Ipv6Addr
impl StructuralPartialEq for Ipv6Addr
Auto Trait Implementations§
impl Freeze for Ipv6Addr
impl RefUnwindSafe for Ipv6Addr
impl Send for Ipv6Addr
impl Sync for Ipv6Addr
impl Unpin for Ipv6Addr
impl UnwindSafe for Ipv6Addr
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