Struct windows_sys::Win32::NetworkManagement::Dns::DNS_NAPTR_DATAW
[−]#[repr(C)]pub struct DNS_NAPTR_DATAW {
pub wOrder: u16,
pub wPreference: u16,
pub pFlags: PWSTR,
pub pService: PWSTR,
pub pRegularExpression: PWSTR,
pub pReplacement: PWSTR,
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
wOrder: u16
wPreference: u16
pFlags: PWSTR
pService: PWSTR
pRegularExpression: PWSTR
pReplacement: PWSTR
Trait Implementations
impl Clone for DNS_NAPTR_DATAW
impl Clone for DNS_NAPTR_DATAW
impl Copy for DNS_NAPTR_DATAW
Auto Trait Implementations
impl RefUnwindSafe for DNS_NAPTR_DATAW
impl !Send for DNS_NAPTR_DATAW
impl !Sync for DNS_NAPTR_DATAW
impl Unpin for DNS_NAPTR_DATAW
impl UnwindSafe for DNS_NAPTR_DATAW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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