Struct FILE_TIMESTAMPS
#[repr(C)]pub struct FILE_TIMESTAMPS {
pub CreationTime: i64,
pub LastAccessTime: i64,
pub LastWriteTime: i64,
pub ChangeTime: i64,
}
Fields§
§CreationTime: i64
§LastAccessTime: i64
§LastWriteTime: i64
§ChangeTime: i64
Trait Implementations§
§impl Clone for FILE_TIMESTAMPS
impl Clone for FILE_TIMESTAMPS
§fn clone(&self) -> FILE_TIMESTAMPS
fn clone(&self) -> FILE_TIMESTAMPS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for FILE_TIMESTAMPS
Auto Trait Implementations§
impl Freeze for FILE_TIMESTAMPS
impl RefUnwindSafe for FILE_TIMESTAMPS
impl Send for FILE_TIMESTAMPS
impl Sync for FILE_TIMESTAMPS
impl Unpin for FILE_TIMESTAMPS
impl UnwindSafe for FILE_TIMESTAMPS
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