Struct ntfs_reader::api::NtfsStandardInformation
source · #[repr(C, packed(1))]pub struct NtfsStandardInformation {
pub creation_time: u64,
pub modification_time: u64,
pub mft_record_modification_time: u64,
pub access_time: u64,
pub file_attributes: u32,
}
Fields§
§creation_time: u64
§modification_time: u64
§mft_record_modification_time: u64
§access_time: u64
§file_attributes: u32
Auto Trait Implementations§
impl RefUnwindSafe for NtfsStandardInformation
impl Send for NtfsStandardInformation
impl Sync for NtfsStandardInformation
impl Unpin for NtfsStandardInformation
impl UnwindSafe for NtfsStandardInformation
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