Struct windows::Wdk::NetworkManagement::Ndis::GEN_GET_TIME_CAPS
#[repr(C)]pub struct GEN_GET_TIME_CAPS {
pub Flags: u32,
pub ClockPrecision: u32,
}
Fields§
§Flags: u32
§ClockPrecision: u32
Trait Implementations§
§impl Clone for GEN_GET_TIME_CAPS
impl Clone for GEN_GET_TIME_CAPS
§fn clone(&self) -> GEN_GET_TIME_CAPS
fn clone(&self) -> GEN_GET_TIME_CAPS
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 GEN_GET_TIME_CAPS
impl Debug for GEN_GET_TIME_CAPS
§impl Default for GEN_GET_TIME_CAPS
impl Default for GEN_GET_TIME_CAPS
§impl PartialEq for GEN_GET_TIME_CAPS
impl PartialEq for GEN_GET_TIME_CAPS
§fn eq(&self, other: &GEN_GET_TIME_CAPS) -> bool
fn eq(&self, other: &GEN_GET_TIME_CAPS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GEN_GET_TIME_CAPS
impl Eq for GEN_GET_TIME_CAPS
impl StructuralPartialEq for GEN_GET_TIME_CAPS
Auto Trait Implementations§
impl Freeze for GEN_GET_TIME_CAPS
impl RefUnwindSafe for GEN_GET_TIME_CAPS
impl Send for GEN_GET_TIME_CAPS
impl Sync for GEN_GET_TIME_CAPS
impl Unpin for GEN_GET_TIME_CAPS
impl UnwindSafe for GEN_GET_TIME_CAPS
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
)