Struct ejdb2_sys_windows::IWP_FILE_STAT
source · [−]#[repr(C)]pub struct IWP_FILE_STAT {
pub size: u64,
pub atime: u64,
pub ctime: u64,
pub mtime: u64,
pub ftype: iwp_file_type,
}Expand description
@brief File info.
Fields
size: u64< File size.
atime: u64< Time of last access.
ctime: u64< Time of last status change.
mtime: u64< Time of last modification.
ftype: iwp_file_type< File type.
Trait Implementations
sourceimpl Clone for IWP_FILE_STAT
impl Clone for IWP_FILE_STAT
sourcefn clone(&self) -> IWP_FILE_STAT
fn clone(&self) -> IWP_FILE_STAT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for IWP_FILE_STAT
impl Debug for IWP_FILE_STAT
impl Copy for IWP_FILE_STAT
Auto Trait Implementations
impl RefUnwindSafe for IWP_FILE_STAT
impl Send for IWP_FILE_STAT
impl Sync for IWP_FILE_STAT
impl Unpin for IWP_FILE_STAT
impl UnwindSafe for IWP_FILE_STAT
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