Struct windows_sys::Win32::NetworkManagement::Dns::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,
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
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
impl Copy for DNS_NAPTR_DATAA
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more