#[repr(C)]pub struct ImageInfoSpecificQCow2 {
pub compat: *mut i8,
pub has_lazy_refcounts: bool,
pub lazy_refcounts: bool,
pub has_corrupt: bool,
pub corrupt: bool,
pub refcount_bits: i64,
}Fields§
§compat: *mut i8§has_lazy_refcounts: bool§lazy_refcounts: bool§has_corrupt: bool§corrupt: bool§refcount_bits: i64Trait Implementations§
Source§impl Clone for ImageInfoSpecificQCow2
impl Clone for ImageInfoSpecificQCow2
Source§fn clone(&self) -> ImageInfoSpecificQCow2
fn clone(&self) -> ImageInfoSpecificQCow2
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 ImageInfoSpecificQCow2
impl Debug for ImageInfoSpecificQCow2
impl Copy for ImageInfoSpecificQCow2
Auto Trait Implementations§
impl Freeze for ImageInfoSpecificQCow2
impl RefUnwindSafe for ImageInfoSpecificQCow2
impl !Send for ImageInfoSpecificQCow2
impl !Sync for ImageInfoSpecificQCow2
impl Unpin for ImageInfoSpecificQCow2
impl UnwindSafe for ImageInfoSpecificQCow2
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