#[repr(C)]pub struct XilaFileSystemStatistics {
pub file_system: XilaFileSystemIdentifier,
pub inode: XilaFileSystemInode,
pub links: u64,
pub size: XilaFileSystemSize,
pub creation: XilaTime,
pub access: XilaTime,
pub modification: XilaTime,
pub status: XilaTime,
pub kind: XilaFileKind,
pub permissions: Permissions,
pub user: XilaUserIdentifier,
pub group: XilaGroupIdentifier,
}Fields§
§file_system: XilaFileSystemIdentifier§inode: XilaFileSystemInode§links: u64§size: XilaFileSystemSize§creation: XilaTime§access: XilaTime§modification: XilaTime§status: XilaTime§kind: XilaFileKind§permissions: Permissions§user: XilaUserIdentifier§group: XilaGroupIdentifierTrait Implementations§
Source§impl Clone for XilaFileSystemStatistics
impl Clone for XilaFileSystemStatistics
Source§fn clone(&self) -> XilaFileSystemStatistics
fn clone(&self) -> XilaFileSystemStatistics
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 XilaFileSystemStatistics
impl Debug for XilaFileSystemStatistics
impl Copy for XilaFileSystemStatistics
Auto Trait Implementations§
impl Freeze for XilaFileSystemStatistics
impl RefUnwindSafe for XilaFileSystemStatistics
impl Send for XilaFileSystemStatistics
impl Sync for XilaFileSystemStatistics
impl Unpin for XilaFileSystemStatistics
impl UnwindSafe for XilaFileSystemStatistics
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