Struct libcryptsetup_rs_sys::crypt_active_device [−][src]
#[repr(C)]pub struct crypt_active_device {
pub offset: u64,
pub iv_offset: u64,
pub size: u64,
pub flags: u32,
}Fields
offset: u64iv_offset: u64size: u64flags: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for crypt_active_device
impl Send for crypt_active_device
impl Sync for crypt_active_device
impl Unpin for crypt_active_device
impl UnwindSafe for crypt_active_device
Blanket Implementations
Mutably borrows from an owned value. Read more