struct PairEntry {
state: PairState,
chunk: usize,
offset: u64,
parent: Option<usize>,
}
Fields§
§state: PairState
§chunk: usize
§offset: u64
§parent: Option<usize>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PairEntry
impl RefUnwindSafe for PairEntry
impl Send for PairEntry
impl Sync for PairEntry
impl Unpin for PairEntry
impl UnwindSafe for PairEntry
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