pub struct Ipv4AddressInfo {
pub address: Ipv4Address,
pub netmask: Ipv4Address,
pub broadcast: Option<Ipv4Address>,
pub is_primary: bool,
}Expand description
IPv4 address information for an interface
Fields§
§address: Ipv4AddressThe IPv4 address
netmask: Ipv4AddressNetwork mask
broadcast: Option<Ipv4Address>Broadcast address (optional)
is_primary: boolWhether this is the primary address for the interface
Trait Implementations§
Source§impl Clone for Ipv4AddressInfo
impl Clone for Ipv4AddressInfo
Source§fn clone(&self) -> Ipv4AddressInfo
fn clone(&self) -> Ipv4AddressInfo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Ipv4AddressInfo
impl RefUnwindSafe for Ipv4AddressInfo
impl Send for Ipv4AddressInfo
impl Sync for Ipv4AddressInfo
impl Unpin for Ipv4AddressInfo
impl UnwindSafe for Ipv4AddressInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)