pub struct PX {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub preference: u16,
pub map822: DomainName,
pub mapx400: DomainName,
}
Expand description
The X.400 pointer resource record type.
Fields§
§domain_name: DomainName
§ttl: u32
§class: Class
§preference: u16
§map822: DomainName
§mapx400: DomainName
Implementations§
Trait Implementations§
impl Eq for PX
impl StructuralPartialEq for PX
Auto Trait Implementations§
impl Freeze for PX
impl RefUnwindSafe for PX
impl Send for PX
impl Sync for PX
impl Unpin for PX
impl UnwindSafe for PX
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