pub struct A {
pub address: [u8; 4],
}Expand description
A host address
This record is used to return a ipv4 address for a host
Fields§
§address: [u8; 4]The host ipv4 address
Trait Implementations§
impl Copy for A
impl StructuralPartialEq for A
Auto Trait Implementations§
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