#[repr(C)]pub struct FSP_FSCTL_FILE_INFO {
pub FileAttributes: UINT32,
pub ReparseTag: UINT32,
pub AllocationSize: UINT64,
pub FileSize: UINT64,
pub CreationTime: UINT64,
pub LastAccessTime: UINT64,
pub LastWriteTime: UINT64,
pub ChangeTime: UINT64,
pub IndexNumber: UINT64,
pub HardLinks: UINT32,
pub EaSize: UINT32,
}Fields§
§FileAttributes: UINT32§ReparseTag: UINT32§AllocationSize: UINT64§FileSize: UINT64§CreationTime: UINT64§LastAccessTime: UINT64§LastWriteTime: UINT64§ChangeTime: UINT64§IndexNumber: UINT64§HardLinks: UINT32§EaSize: UINT32Trait Implementations§
Source§impl Clone for FSP_FSCTL_FILE_INFO
impl Clone for FSP_FSCTL_FILE_INFO
Source§fn clone(&self) -> FSP_FSCTL_FILE_INFO
fn clone(&self) -> FSP_FSCTL_FILE_INFO
Returns a duplicate 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 FSP_FSCTL_FILE_INFO
impl Debug for FSP_FSCTL_FILE_INFO
Source§impl Default for FSP_FSCTL_FILE_INFO
impl Default for FSP_FSCTL_FILE_INFO
Source§fn default() -> FSP_FSCTL_FILE_INFO
fn default() -> FSP_FSCTL_FILE_INFO
Returns the “default value” for a type. Read more
impl Copy for FSP_FSCTL_FILE_INFO
Auto Trait Implementations§
impl Freeze for FSP_FSCTL_FILE_INFO
impl RefUnwindSafe for FSP_FSCTL_FILE_INFO
impl Send for FSP_FSCTL_FILE_INFO
impl Sync for FSP_FSCTL_FILE_INFO
impl Unpin for FSP_FSCTL_FILE_INFO
impl UnwindSafe for FSP_FSCTL_FILE_INFO
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