Struct windows::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,
}
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
§fn clone(&self) -> DNS_NAPTR_DATAW
fn clone(&self) -> DNS_NAPTR_DATAW
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_DATAW
impl Debug for DNS_NAPTR_DATAW
§impl Default for DNS_NAPTR_DATAW
impl Default for DNS_NAPTR_DATAW
§impl PartialEq for DNS_NAPTR_DATAW
impl PartialEq for DNS_NAPTR_DATAW
§fn eq(&self, other: &DNS_NAPTR_DATAW) -> bool
fn eq(&self, other: &DNS_NAPTR_DATAW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DNS_NAPTR_DATAW
impl Eq for DNS_NAPTR_DATAW
impl StructuralPartialEq for DNS_NAPTR_DATAW
Auto Trait Implementations§
impl Freeze for DNS_NAPTR_DATAW
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)