#[repr(C)]pub struct crypt_active_device {
pub offset: u64,
pub iv_offset: u64,
pub size: u64,
pub flags: u32,
}Fields§
§offset: u64§iv_offset: u64§size: u64§flags: u32Trait Implementations§
source§impl Clone for crypt_active_device
impl Clone for crypt_active_device
source§fn clone(&self) -> crypt_active_device
fn clone(&self) -> crypt_active_device
Returns a copy 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 more