#[repr(C, packed(2))]pub struct DateStamp {
pub ds_Days: LONG,
pub ds_Minute: LONG,
pub ds_Tick: LONG,
}Fields§
§ds_Days: LONG§ds_Minute: LONG§ds_Tick: LONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for DateStamp
impl RefUnwindSafe for DateStamp
impl Send for DateStamp
impl Sync for DateStamp
impl Unpin for DateStamp
impl UnwindSafe for DateStamp
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