pub struct QCryptoBlockInfoLUKSSlot {
pub iters: Option<i64>,
pub stripes: Option<i64>,
pub active: bool,
pub key_offset: i64,
}Fields§
§iters: Option<i64>§stripes: Option<i64>§active: bool§key_offset: i64Trait Implementations§
Source§impl Clone for QCryptoBlockInfoLUKSSlot
impl Clone for QCryptoBlockInfoLUKSSlot
Source§fn clone(&self) -> QCryptoBlockInfoLUKSSlot
fn clone(&self) -> QCryptoBlockInfoLUKSSlot
Returns a duplicate 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 moreSource§impl Debug for QCryptoBlockInfoLUKSSlot
impl Debug for QCryptoBlockInfoLUKSSlot
Source§impl<'de> Deserialize<'de> for QCryptoBlockInfoLUKSSlot
impl<'de> Deserialize<'de> for QCryptoBlockInfoLUKSSlot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for QCryptoBlockInfoLUKSSlot
impl RefUnwindSafe for QCryptoBlockInfoLUKSSlot
impl Send for QCryptoBlockInfoLUKSSlot
impl Sync for QCryptoBlockInfoLUKSSlot
impl Unpin for QCryptoBlockInfoLUKSSlot
impl UnwindSafe for QCryptoBlockInfoLUKSSlot
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more