[−][src]Struct libcryptsetup_sys::crypt_params_integrity
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: u32Auto 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,
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, 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.
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>,