#[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: 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: u32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.