pub struct NtfsFile {
pub mft_entry: u64,
pub seq_number: u16,
}Fields§
§mft_entry: u64§seq_number: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for NtfsFile
impl RefUnwindSafe for NtfsFile
impl Send for NtfsFile
impl Sync for NtfsFile
impl Unpin for NtfsFile
impl UnwindSafe for NtfsFile
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