Struct DNS_NAPTR_DATAA
#[repr(C)]pub struct DNS_NAPTR_DATAA {
pub wOrder: u16,
pub wPreference: u16,
pub pFlags: PSTR,
pub pService: PSTR,
pub pRegularExpression: PSTR,
pub pReplacement: PSTR,
}
Fields§
§wOrder: u16
§wPreference: u16
§pFlags: PSTR
§pService: PSTR
§pRegularExpression: PSTR
§pReplacement: PSTR
Trait Implementations§
§impl Clone for DNS_NAPTR_DATAA
impl Clone for DNS_NAPTR_DATAA
§fn clone(&self) -> DNS_NAPTR_DATAA
fn clone(&self) -> DNS_NAPTR_DATAA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DNS_NAPTR_DATAA
impl Debug for DNS_NAPTR_DATAA
§impl Default for DNS_NAPTR_DATAA
impl Default for DNS_NAPTR_DATAA
§impl PartialEq for DNS_NAPTR_DATAA
impl PartialEq for DNS_NAPTR_DATAA
impl Copy for DNS_NAPTR_DATAA
impl StructuralPartialEq for DNS_NAPTR_DATAA
Auto Trait Implementations§
impl Freeze for DNS_NAPTR_DATAA
impl RefUnwindSafe for DNS_NAPTR_DATAA
impl !Send for DNS_NAPTR_DATAA
impl !Sync for DNS_NAPTR_DATAA
impl Unpin for DNS_NAPTR_DATAA
impl UnwindSafe for DNS_NAPTR_DATAA
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