pub struct LevelIndex {
pub byte_offset: u64,
pub byte_length: u64,
pub uncompressed_byte_length: u64,
}
Fields§
§byte_offset: u64
§byte_length: u64
§uncompressed_byte_length: u64
Implementations§
Trait Implementations§
Source§impl Clone for LevelIndex
impl Clone for LevelIndex
Source§fn clone(&self) -> LevelIndex
fn clone(&self) -> LevelIndex
Returns a duplicate 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 moreSource§impl Debug for LevelIndex
impl Debug for LevelIndex
Source§impl PartialEq for LevelIndex
impl PartialEq for LevelIndex
impl Copy for LevelIndex
impl Eq for LevelIndex
impl StructuralPartialEq for LevelIndex
Auto Trait Implementations§
impl Freeze for LevelIndex
impl RefUnwindSafe for LevelIndex
impl Send for LevelIndex
impl Sync for LevelIndex
impl Unpin for LevelIndex
impl UnwindSafe for LevelIndex
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