struct CurrentEntry {
index: usize,
offset: u64,
}
Fields§
§index: usize
§offset: u64
Trait Implementations§
Source§impl Clone for CurrentEntry
impl Clone for CurrentEntry
Source§fn clone(&self) -> CurrentEntry
fn clone(&self) -> CurrentEntry
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for CurrentEntry
impl RefUnwindSafe for CurrentEntry
impl Send for CurrentEntry
impl Sync for CurrentEntry
impl Unpin for CurrentEntry
impl UnwindSafe for CurrentEntry
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