pub struct EntryKey {
pub entry: u64,
pub sequence: u16,
}Expand description
Key for the rewind lookup table: (mft_entry, mft_sequence).
Fields§
§entry: u64§sequence: u16Implementations§
Trait Implementations§
impl Copy for EntryKey
impl Eq for EntryKey
impl StructuralPartialEq for EntryKey
Auto Trait Implementations§
impl Freeze for EntryKey
impl RefUnwindSafe for EntryKey
impl Send for EntryKey
impl Sync for EntryKey
impl Unpin for EntryKey
impl UnsafeUnpin for EntryKey
impl UnwindSafe for EntryKey
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