Struct windows_sys::Win32::NetworkManagement::Dhcp::DWORD_DWORD
#[repr(C)]pub struct DWORD_DWORD {
pub DWord1: u32,
pub DWord2: u32,
}
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§
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