Struct libcryptsetup_rs_sys::crypt_params_integrity [−][src]
#[repr(C)]pub struct crypt_params_integrity {}Show 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: u64journal_watermark: c_uintjournal_commit_time: c_uintinterleave_sectors: u32tag_size: u32sector_size: u32buffer_sectors: u32integrity: *const c_charintegrity_key_size: u32journal_integrity: *const c_charjournal_integrity_key: *const c_charjournal_integrity_key_size: u32journal_crypt: *const c_charjournal_crypt_key: *const c_charjournal_crypt_key_size: u32Trait Implementations
impl Clone for crypt_params_integrity[src]
fn clone(&self) -> crypt_params_integrity[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for crypt_params_integrity[src]
impl Debug for crypt_params_integrity[src]
Auto Trait Implementations
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
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,