Struct panda_sys::BlockdevOptionsLUKS [−][src]
#[repr(C)]pub struct BlockdevOptionsLUKS { pub file: *mut BlockdevRef, pub has_key_secret: bool, pub key_secret: *mut c_char, }
Fields
file: *mut BlockdevRefhas_key_secret: boolkey_secret: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsLUKSimpl !Send for BlockdevOptionsLUKSimpl !Sync for BlockdevOptionsLUKSimpl Unpin for BlockdevOptionsLUKSimpl UnwindSafe for BlockdevOptionsLUKSBlanket Implementations
Mutably borrows from an owned value. Read more