#[repr(C)]pub struct ivfc_level_hdr_t {
pub logical_offset: u64,
pub hash_data_size: u64,
pub block_size: u32,
pub reserved: u32,
}Fields§
§logical_offset: u64§hash_data_size: u64§block_size: u32§reserved: u32Trait Implementations§
Source§impl Clone for ivfc_level_hdr_t
impl Clone for ivfc_level_hdr_t
Source§fn clone(&self) -> ivfc_level_hdr_t
fn clone(&self) -> ivfc_level_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_level_hdr_t
impl Debug for ivfc_level_hdr_t
Source§impl Default for ivfc_level_hdr_t
impl Default for ivfc_level_hdr_t
Source§fn default() -> ivfc_level_hdr_t
fn default() -> ivfc_level_hdr_t
Returns the “default value” for a type. Read more
impl Copy for ivfc_level_hdr_t
Auto Trait Implementations§
impl Freeze for ivfc_level_hdr_t
impl RefUnwindSafe for ivfc_level_hdr_t
impl Send for ivfc_level_hdr_t
impl Sync for ivfc_level_hdr_t
impl Unpin for ivfc_level_hdr_t
impl UnwindSafe for ivfc_level_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