#[repr(C, align(16))]pub struct FileAttr {
pub version: u64,
pub size: u64,
pub perm: u64,
pub file_type: u8,
pub _reserved: [u8; 7],
pub created: u128,
pub modified: u128,
pub accessed: u128,
}Fields§
§version: u64§size: u64§perm: u64§file_type: u8§_reserved: [u8; 7]§created: u128§modified: u128§accessed: u128Implementations§
Trait Implementations§
impl Copy for FileAttr
impl Eq for FileAttr
impl StructuralPartialEq for FileAttr
Auto Trait Implementations§
impl Freeze for FileAttr
impl RefUnwindSafe for FileAttr
impl Send for FileAttr
impl Sync for FileAttr
impl Unpin for FileAttr
impl UnwindSafe for FileAttr
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)