#[repr(C)]pub struct QCryptoBlockOptionsQCow {
pub has_key_secret: bool,
pub key_secret: *mut i8,
}Fields§
§has_key_secret: bool§key_secret: *mut i8Trait Implementations§
Source§impl Clone for QCryptoBlockOptionsQCow
impl Clone for QCryptoBlockOptionsQCow
Source§fn clone(&self) -> QCryptoBlockOptionsQCow
fn clone(&self) -> QCryptoBlockOptionsQCow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QCryptoBlockOptionsQCow
Auto Trait Implementations§
impl !Send for QCryptoBlockOptionsQCow
impl !Sync for QCryptoBlockOptionsQCow
impl Freeze for QCryptoBlockOptionsQCow
impl RefUnwindSafe for QCryptoBlockOptionsQCow
impl Unpin for QCryptoBlockOptionsQCow
impl UnsafeUnpin for QCryptoBlockOptionsQCow
impl UnwindSafe for QCryptoBlockOptionsQCow
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