pub struct IfAddrV6 {
pub ip: Ipv6Addr,
pub netmask: Option<Ipv6Addr>,
}Expand description
IPv6 Interface from the AFINET6 network interface family
Fields§
§ip: Ipv6AddrThe IP address for this network interface
netmask: Option<Ipv6Addr>The netmask for this interface
Trait Implementations§
impl Copy for IfAddrV6
impl Eq for IfAddrV6
impl StructuralPartialEq for IfAddrV6
Auto Trait Implementations§
impl Freeze for IfAddrV6
impl RefUnwindSafe for IfAddrV6
impl Send for IfAddrV6
impl Sync for IfAddrV6
impl Unpin for IfAddrV6
impl UnwindSafe for IfAddrV6
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