Struct qapi_qmp::QCryptoBlockInfoLUKSSlot [−][src]
pub struct QCryptoBlockInfoLUKSSlot { pub active: bool, pub key_offset: isize, pub stripes: Option<isize>, pub iters: Option<isize>, }
Fields
active: bool
key_offset: isize
stripes: Option<isize>
iters: Option<isize>
Trait Implementations
impl Debug for QCryptoBlockInfoLUKSSlot
[src]
impl Debug for QCryptoBlockInfoLUKSSlot
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for QCryptoBlockInfoLUKSSlot
[src]
impl Clone for QCryptoBlockInfoLUKSSlot
fn clone(&self) -> QCryptoBlockInfoLUKSSlot
[src]
fn clone(&self) -> QCryptoBlockInfoLUKSSlot
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for QCryptoBlockInfoLUKSSlot
impl Send for QCryptoBlockInfoLUKSSlot
impl Sync for QCryptoBlockInfoLUKSSlot
impl Sync for QCryptoBlockInfoLUKSSlot