pub struct AddrGetInterfaceAddressV4 {
pub prefix_len: u8,
pub flags: AddressFlags,
pub broadcast: Option<Ipv4Addr>,
pub label: Option<String>,
/* private fields */
}Fields§
§prefix_len: u8§flags: AddressFlags§broadcast: Option<Ipv4Addr>§label: Option<String>Implementations§
Trait Implementations§
Source§impl Debug for AddrGetInterfaceAddressV4
impl Debug for AddrGetInterfaceAddressV4
Source§impl Default for AddrGetInterfaceAddressV4
impl Default for AddrGetInterfaceAddressV4
Source§fn default() -> AddrGetInterfaceAddressV4
fn default() -> AddrGetInterfaceAddressV4
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AddrGetInterfaceAddressV4
impl RefUnwindSafe for AddrGetInterfaceAddressV4
impl Send for AddrGetInterfaceAddressV4
impl Sync for AddrGetInterfaceAddressV4
impl Unpin for AddrGetInterfaceAddressV4
impl UnsafeUnpin for AddrGetInterfaceAddressV4
impl UnwindSafe for AddrGetInterfaceAddressV4
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