Struct windows::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
§fn clone(&self) -> DWORD_DWORD
fn clone(&self) -> DWORD_DWORD
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 more§impl Debug for DWORD_DWORD
impl Debug for DWORD_DWORD
§impl PartialEq for DWORD_DWORD
impl PartialEq for DWORD_DWORD
§fn eq(&self, other: &DWORD_DWORD) -> bool
fn eq(&self, other: &DWORD_DWORD) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DWORD_DWORD
impl Eq for DWORD_DWORD
impl StructuralPartialEq for DWORD_DWORD
Auto Trait Implementations§
impl Freeze for DWORD_DWORD
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)