Struct SYNC_TIME
#[repr(C)]pub struct SYNC_TIME {
pub dwDate: u32,
pub dwTime: u32,
}
Fields§
§dwDate: u32
§dwTime: u32
Trait Implementations§
impl Copy for SYNC_TIME
impl StructuralPartialEq for SYNC_TIME
Auto Trait Implementations§
impl Freeze for SYNC_TIME
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§
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