#[repr(C)]pub struct crypt_params_integrity {Show 15 fields
pub journal_size: u64,
pub journal_watermark: c_uint,
pub journal_commit_time: c_uint,
pub interleave_sectors: u32,
pub tag_size: u32,
pub sector_size: u32,
pub buffer_sectors: u32,
pub integrity: *const c_char,
pub integrity_key_size: u32,
pub journal_integrity: *const c_char,
pub journal_integrity_key: *const c_char,
pub journal_integrity_key_size: u32,
pub journal_crypt: *const c_char,
pub journal_crypt_key: *const c_char,
pub journal_crypt_key_size: u32,
}Fields§
§journal_size: u64§journal_watermark: c_uint§journal_commit_time: c_uint§interleave_sectors: u32§tag_size: u32§sector_size: u32§buffer_sectors: u32§integrity: *const c_char§integrity_key_size: u32§journal_integrity: *const c_char§journal_integrity_key: *const c_char§journal_integrity_key_size: u32§journal_crypt: *const c_char§journal_crypt_key: *const c_char§journal_crypt_key_size: u32Trait Implementations§
Source§impl Clone for crypt_params_integrity
impl Clone for crypt_params_integrity
Source§fn clone(&self) -> crypt_params_integrity
fn clone(&self) -> crypt_params_integrity
Returns a duplicate 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 crypt_params_integrity
impl Debug for crypt_params_integrity
impl Copy for crypt_params_integrity
Auto Trait Implementations§
impl Freeze for crypt_params_integrity
impl RefUnwindSafe for crypt_params_integrity
impl !Send for crypt_params_integrity
impl !Sync for crypt_params_integrity
impl Unpin for crypt_params_integrity
impl UnwindSafe for crypt_params_integrity
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