Struct windows_sys::Win32::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
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§
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