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