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