Struct 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 moreimpl Copy 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