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