pub struct NIMLOC {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub data: Vec<u8>,
}
Fields§
§domain_name: DomainName
§ttl: u32
§class: Class
§data: Vec<u8>
Implementations§
Trait Implementations§
impl Eq for NIMLOC
impl StructuralPartialEq for NIMLOC
Auto Trait Implementations§
impl Freeze for NIMLOC
impl RefUnwindSafe for NIMLOC
impl Send for NIMLOC
impl Sync for NIMLOC
impl Unpin for NIMLOC
impl UnwindSafe for NIMLOC
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