#[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
Sourceยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Sourceยงunsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
๐ฌThis is a nightly-only experimental API. (
clone_to_uninit
)