Struct windows_sys::Win32::NetworkManagement::Dns::DNS_OPT_DATA
[−]Expand description
Required features: ‘Win32_NetworkManagement_Dns’
Fields
wDataLength: u16
wPad: u16
Data: [u8; 1]
Trait Implementations
impl Clone for DNS_OPT_DATA
impl Clone for DNS_OPT_DATA
impl Copy for DNS_OPT_DATA
Auto Trait Implementations
impl RefUnwindSafe for DNS_OPT_DATA
impl Send for DNS_OPT_DATA
impl Sync for DNS_OPT_DATA
impl Unpin for DNS_OPT_DATA
impl UnwindSafe for DNS_OPT_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more