Struct windows_sys::Win32::NetworkManagement::Ndis::GEN_GET_TIME_CAPS
[−]Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Flags: u32
ClockPrecision: u32
Trait Implementations
impl Clone for GEN_GET_TIME_CAPS
impl Clone for GEN_GET_TIME_CAPS
impl Copy for GEN_GET_TIME_CAPS
Auto Trait Implementations
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
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