#[repr(C)]pub struct ivfc_level_ctx_t {
pub data_offset: u64,
pub data_size: u64,
pub hash_offset: u64,
pub hash_block_size: u32,
pub hash_validity: validity_t,
}Fields§
§data_offset: u64§data_size: u64§hash_offset: u64§hash_block_size: u32§hash_validity: validity_tTrait Implementations§
Source§impl Clone for ivfc_level_ctx_t
impl Clone for ivfc_level_ctx_t
Source§fn clone(&self) -> ivfc_level_ctx_t
fn clone(&self) -> ivfc_level_ctx_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_ctx_t
impl Debug for ivfc_level_ctx_t
Source§impl Default for ivfc_level_ctx_t
impl Default for ivfc_level_ctx_t
impl Copy for ivfc_level_ctx_t
Auto Trait Implementations§
impl Freeze for ivfc_level_ctx_t
impl RefUnwindSafe for ivfc_level_ctx_t
impl Send for ivfc_level_ctx_t
impl Sync for ivfc_level_ctx_t
impl Unpin for ivfc_level_ctx_t
impl UnwindSafe for ivfc_level_ctx_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