#[repr(C)]pub struct VmCompressor_FailTag {
pub src_page: VmCompressor_PageAndMetadata,
}Fields§
§src_page: VmCompressor_PageAndMetadataTrait Implementations§
Source§impl Clone for VmCompressor_FailTag
impl Clone for VmCompressor_FailTag
Source§fn clone(&self) -> VmCompressor_FailTag
fn clone(&self) -> VmCompressor_FailTag
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VmCompressor_FailTag
Auto Trait Implementations§
impl !Send for VmCompressor_FailTag
impl !Sync for VmCompressor_FailTag
impl Freeze for VmCompressor_FailTag
impl RefUnwindSafe for VmCompressor_FailTag
impl Unpin for VmCompressor_FailTag
impl UnsafeUnpin for VmCompressor_FailTag
impl UnwindSafe for VmCompressor_FailTag
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)