pub struct IndexEntryV4 {
pub offset: u64,
pub row_length: u32,
pub has_unicode_suffix: bool,
pub has_extended_metadata: bool,
}Fields§
§offset: u64§row_length: u32§has_unicode_suffix: bool§has_extended_metadata: boolImplementations§
Source§impl IndexEntryV4
impl IndexEntryV4
Trait Implementations§
Source§impl Clone for IndexEntryV4
impl Clone for IndexEntryV4
Source§fn clone(&self) -> IndexEntryV4
fn clone(&self) -> IndexEntryV4
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IndexEntryV4
impl RefUnwindSafe for IndexEntryV4
impl Send for IndexEntryV4
impl Sync for IndexEntryV4
impl Unpin for IndexEntryV4
impl UnsafeUnpin for IndexEntryV4
impl UnwindSafe for IndexEntryV4
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