#[repr(C)]pub struct SystemInterruptTime {
pub value: u64,
}
Expand description
Required features: "Win32_Graphics_CompositionSwapchain"
Fields
value: u64
Trait Implementations
impl Clone for SystemInterruptTime
impl Clone for SystemInterruptTime
impl Copy for SystemInterruptTime
Auto Trait Implementations
impl RefUnwindSafe for SystemInterruptTime
impl Send for SystemInterruptTime
impl Sync for SystemInterruptTime
impl Unpin for SystemInterruptTime
impl UnwindSafe for SystemInterruptTime
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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