#[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: u32Auto Trait Implementations§
impl Freeze for NtfsStandardInformation
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