#[repr(C)]pub struct QCryptoBlockOptionsLUKS {
pub has_key_secret: bool,
pub key_secret: *mut i8,
}Fields§
§has_key_secret: bool§key_secret: *mut i8Trait Implementations§
Source§impl Clone for QCryptoBlockOptionsLUKS
impl Clone for QCryptoBlockOptionsLUKS
Source§fn clone(&self) -> QCryptoBlockOptionsLUKS
fn clone(&self) -> QCryptoBlockOptionsLUKS
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 QCryptoBlockOptionsLUKS
impl Debug for QCryptoBlockOptionsLUKS
impl Copy for QCryptoBlockOptionsLUKS
Auto Trait Implementations§
impl Freeze for QCryptoBlockOptionsLUKS
impl RefUnwindSafe for QCryptoBlockOptionsLUKS
impl !Send for QCryptoBlockOptionsLUKS
impl !Sync for QCryptoBlockOptionsLUKS
impl Unpin for QCryptoBlockOptionsLUKS
impl UnwindSafe for QCryptoBlockOptionsLUKS
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