pub struct Aaaa {
pub address: [u8; 16],
}Expand description
§IPv6 address record
This record is used to return a IPv6 address for a host.
Fields§
§address: [u8; 16]IPv6 address
Trait Implementations§
impl Copy for Aaaa
impl StructuralPartialEq for Aaaa
Auto Trait Implementations§
impl Freeze for Aaaa
impl RefUnwindSafe for Aaaa
impl Send for Aaaa
impl Sync for Aaaa
impl Unpin for Aaaa
impl UnwindSafe for Aaaa
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