pub struct AddressInfoV4 { /* private fields */ }Expand description
Information associated with an interface IPv4 address.
Implementations§
Trait Implementations§
Source§impl Clone for AddressInfoV4
impl Clone for AddressInfoV4
Source§fn clone(&self) -> AddressInfoV4
fn clone(&self) -> AddressInfoV4
Returns a duplicate of the value. Read more
1.0.0 · Source§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 AddressInfoV4
impl RefUnwindSafe for AddressInfoV4
impl Send for AddressInfoV4
impl Sync for AddressInfoV4
impl Unpin for AddressInfoV4
impl UnwindSafe for AddressInfoV4
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