pub struct DirectoryHintTableHeader {
pub version: u32,
pub hint_shard_index: u64,
pub entry_count: u64,
pub entry_table_offset: u64,
pub shard_list_offset: u64,
pub string_pool_offset: u64,
pub string_pool_size: u64,
}Fields§
§version: u32§hint_shard_index: u64§entry_count: u64§entry_table_offset: u64§shard_list_offset: u64§string_pool_offset: u64§string_pool_size: u64Implementations§
Trait Implementations§
Source§impl Clone for DirectoryHintTableHeader
impl Clone for DirectoryHintTableHeader
Source§fn clone(&self) -> DirectoryHintTableHeader
fn clone(&self) -> DirectoryHintTableHeader
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 moreSource§impl Debug for DirectoryHintTableHeader
impl Debug for DirectoryHintTableHeader
Source§impl PartialEq for DirectoryHintTableHeader
impl PartialEq for DirectoryHintTableHeader
Source§fn eq(&self, other: &DirectoryHintTableHeader) -> bool
fn eq(&self, other: &DirectoryHintTableHeader) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DirectoryHintTableHeader
impl StructuralPartialEq for DirectoryHintTableHeader
Auto Trait Implementations§
impl Freeze for DirectoryHintTableHeader
impl RefUnwindSafe for DirectoryHintTableHeader
impl Send for DirectoryHintTableHeader
impl Sync for DirectoryHintTableHeader
impl Unpin for DirectoryHintTableHeader
impl UnsafeUnpin for DirectoryHintTableHeader
impl UnwindSafe for DirectoryHintTableHeader
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