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