Struct windows_sys::Win32::System::WindowsSync::SYNC_TIME
[−]Expand description
Required features: ‘Win32_System_WindowsSync’
Fields
dwDate: u32
dwTime: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SYNC_TIME
impl Send for SYNC_TIME
impl Sync for SYNC_TIME
impl Unpin for SYNC_TIME
impl UnwindSafe for SYNC_TIME
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more