#[repr(C)]pub struct QCryptoBlockOptionsBase {
pub format: QCryptoBlockFormat,
}Fields§
§format: QCryptoBlockFormatTrait Implementations§
Source§impl Clone for QCryptoBlockOptionsBase
impl Clone for QCryptoBlockOptionsBase
Source§fn clone(&self) -> QCryptoBlockOptionsBase
fn clone(&self) -> QCryptoBlockOptionsBase
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 QCryptoBlockOptionsBase
impl Debug for QCryptoBlockOptionsBase
impl Copy for QCryptoBlockOptionsBase
Auto Trait Implementations§
impl Freeze for QCryptoBlockOptionsBase
impl RefUnwindSafe for QCryptoBlockOptionsBase
impl Send for QCryptoBlockOptionsBase
impl Sync for QCryptoBlockOptionsBase
impl Unpin for QCryptoBlockOptionsBase
impl UnwindSafe for QCryptoBlockOptionsBase
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