#[repr(C)]pub struct ivfc_hdr_t {
pub magic: u32,
pub id: u32,
pub master_hash_size: u32,
pub num_levels: u32,
pub level_headers: [ivfc_level_hdr_t; 6],
pub _0xA0: [u8; 32],
pub master_hash: [u8; 32],
}Fields§
§magic: u32§id: u32§master_hash_size: u32§num_levels: u32§level_headers: [ivfc_level_hdr_t; 6]§_0xA0: [u8; 32]§master_hash: [u8; 32]Trait Implementations§
Source§impl Clone for ivfc_hdr_t
impl Clone for ivfc_hdr_t
Source§fn clone(&self) -> ivfc_hdr_t
fn clone(&self) -> ivfc_hdr_t
Returns a copy of the value. Read more
1.0.0 · 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 ivfc_hdr_t
impl Debug for ivfc_hdr_t
Source§impl Default for ivfc_hdr_t
impl Default for ivfc_hdr_t
Source§fn default() -> ivfc_hdr_t
fn default() -> ivfc_hdr_t
Returns the “default value” for a type. Read more
impl Copy for ivfc_hdr_t
Auto Trait Implementations§
impl Freeze for ivfc_hdr_t
impl RefUnwindSafe for ivfc_hdr_t
impl Send for ivfc_hdr_t
impl Sync for ivfc_hdr_t
impl Unpin for ivfc_hdr_t
impl UnwindSafe for ivfc_hdr_t
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