pub struct RootAuthFooterV1 {Show 14 fields
pub archive_uuid: [u8; 16],
pub session_id: [u8; 16],
pub authenticator_id: u16,
pub signer_identity_type: u16,
pub signer_identity_bytes: Vec<u8>,
pub authenticator_value: Vec<u8>,
pub total_data_block_count: u64,
pub critical_metadata_digest: [u8; 32],
pub index_digest: [u8; 32],
pub fec_layout_digest: [u8; 32],
pub data_block_merkle_root: [u8; 32],
pub signer_identity_digest: [u8; 32],
pub archive_root: [u8; 32],
pub footer_crc32c: u32,
}Fields§
§archive_uuid: [u8; 16]§session_id: [u8; 16]§authenticator_id: u16§signer_identity_type: u16§signer_identity_bytes: Vec<u8>§authenticator_value: Vec<u8>§total_data_block_count: u64§critical_metadata_digest: [u8; 32]§index_digest: [u8; 32]§fec_layout_digest: [u8; 32]§data_block_merkle_root: [u8; 32]§signer_identity_digest: [u8; 32]§archive_root: [u8; 32]Implementations§
Trait Implementations§
Source§fn clone(&self) -> RootAuthFooterV1
fn clone(&self) -> RootAuthFooterV1
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§fn eq(&self, other: &RootAuthFooterV1) -> bool
fn eq(&self, other: &RootAuthFooterV1) -> bool
Tests for
self and other values to be equal, and is used by ==.Auto Trait Implementations§
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