pub struct DirectoryHintEntry {
pub dir_hash: [u8; 8],
pub path_offset: u64,
pub path_length: u32,
pub shard_list_start_index: u32,
pub shard_count: u32,
}Fields§
§dir_hash: [u8; 8]§path_offset: u64§path_length: u32§shard_list_start_index: u32§shard_count: u32Implementations§
Trait Implementations§
Source§impl Clone for DirectoryHintEntry
impl Clone for DirectoryHintEntry
Source§fn clone(&self) -> DirectoryHintEntry
fn clone(&self) -> DirectoryHintEntry
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 DirectoryHintEntry
impl Debug for DirectoryHintEntry
Source§impl PartialEq for DirectoryHintEntry
impl PartialEq for DirectoryHintEntry
Source§fn eq(&self, other: &DirectoryHintEntry) -> bool
fn eq(&self, other: &DirectoryHintEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DirectoryHintEntry
impl StructuralPartialEq for DirectoryHintEntry
Auto Trait Implementations§
impl Freeze for DirectoryHintEntry
impl RefUnwindSafe for DirectoryHintEntry
impl Send for DirectoryHintEntry
impl Sync for DirectoryHintEntry
impl Unpin for DirectoryHintEntry
impl UnsafeUnpin for DirectoryHintEntry
impl UnwindSafe for DirectoryHintEntry
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