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