#[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§
Source§impl Clone for IWP_FILE_STAT
impl Clone for IWP_FILE_STAT
Source§fn clone(&self) -> IWP_FILE_STAT
fn clone(&self) -> IWP_FILE_STAT
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 moreSource§impl Debug for IWP_FILE_STAT
impl Debug for IWP_FILE_STAT
impl Copy for IWP_FILE_STAT
Auto Trait Implementations§
impl Freeze for IWP_FILE_STAT
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§
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