Struct kernel::net::SocketAddrV6
source · [−]#[repr(transparent)]pub struct SocketAddrV6(_);
Expand description
An IPv6 socket address.
This is equivalent to C’s sockaddr_in6
.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for SocketAddrV6
impl Send for SocketAddrV6
impl Sync for SocketAddrV6
impl Unpin for SocketAddrV6
impl UnwindSafe for SocketAddrV6
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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