pub struct CriticalRecoveryLocator {Show 14 fields
pub cmra_offset: u64,
pub cmra_length: u32,
pub volume_trailer_offset: u64,
pub body_bytes_before_cmra: u64,
pub archive_uuid_hint: [u8; 16],
pub session_id_hint: [u8; 16],
pub volume_index_hint: u32,
pub locator_sequence: u32,
pub cmra_shard_size: u32,
pub cmra_data_shard_count: u16,
pub cmra_parity_shard_count: u16,
pub cmra_image_length: u32,
pub cmra_image_sha256: [u8; 32],
pub locator_crc32c: u32,
}Fields§
§cmra_offset: u64§cmra_length: u32§volume_trailer_offset: u64§body_bytes_before_cmra: u64§archive_uuid_hint: [u8; 16]§session_id_hint: [u8; 16]§volume_index_hint: u32§locator_sequence: u32§cmra_shard_size: u32§cmra_data_shard_count: u16§cmra_parity_shard_count: u16§cmra_image_length: u32§cmra_image_sha256: [u8; 32]§locator_crc32c: u32Implementations§
Trait Implementations§
Source§impl Clone for CriticalRecoveryLocator
impl Clone for CriticalRecoveryLocator
Source§fn clone(&self) -> CriticalRecoveryLocator
fn clone(&self) -> CriticalRecoveryLocator
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 CriticalRecoveryLocator
impl Debug for CriticalRecoveryLocator
Source§impl PartialEq for CriticalRecoveryLocator
impl PartialEq for CriticalRecoveryLocator
Source§fn eq(&self, other: &CriticalRecoveryLocator) -> bool
fn eq(&self, other: &CriticalRecoveryLocator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CriticalRecoveryLocator
impl Eq for CriticalRecoveryLocator
impl StructuralPartialEq for CriticalRecoveryLocator
Auto Trait Implementations§
impl Freeze for CriticalRecoveryLocator
impl RefUnwindSafe for CriticalRecoveryLocator
impl Send for CriticalRecoveryLocator
impl Sync for CriticalRecoveryLocator
impl Unpin for CriticalRecoveryLocator
impl UnsafeUnpin for CriticalRecoveryLocator
impl UnwindSafe for CriticalRecoveryLocator
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