Struct windows_sys::Win32::NetworkManagement::Dns::DNS_TXT_DATAW
[−]Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
dwStringCount: u32
pStringArray: [PWSTR; 1]
Trait Implementations
impl Clone for DNS_TXT_DATAW
impl Clone for DNS_TXT_DATAW
impl Copy for DNS_TXT_DATAW
Auto Trait Implementations
impl RefUnwindSafe for DNS_TXT_DATAW
impl !Send for DNS_TXT_DATAW
impl !Sync for DNS_TXT_DATAW
impl Unpin for DNS_TXT_DATAW
impl UnwindSafe for DNS_TXT_DATAW
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