#[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 StructuralEq for Ipv6Addr
impl StructuralPartialEq for Ipv6Addr
Auto Trait Implementations
impl RefUnwindSafe for Ipv6Addr
impl Send for Ipv6Addr
impl Sync for Ipv6Addr
impl Unpin for Ipv6Addr
impl UnwindSafe for Ipv6Addr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more