Struct windows_sys::Win32::NetworkManagement::Dhcp::DWORD_DWORD
[−]Expand description
Required features: "Win32_NetworkManagement_Dhcp"
Fields
DWord1: u32
DWord2: u32
Trait Implementations
impl Clone for DWORD_DWORD
impl Clone for DWORD_DWORD
impl Copy for DWORD_DWORD
Auto Trait Implementations
impl RefUnwindSafe for DWORD_DWORD
impl Send for DWORD_DWORD
impl Sync for DWORD_DWORD
impl Unpin for DWORD_DWORD
impl UnwindSafe for DWORD_DWORD
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