#[repr(C)]pub struct SnapshotRegionDescriptor {
pub region_type: u32,
pub vcpu_index: u32,
pub offset: u64,
pub size: u64,
}Expand description
Snapshot region descriptor
Fields§
§region_type: u32Region type
vcpu_index: u32vCPU index (for per-CPU state)
offset: u64Offset from start of snapshot data
size: u64Size of this region in bytes
Trait Implementations§
Source§impl Clone for SnapshotRegionDescriptor
impl Clone for SnapshotRegionDescriptor
Source§fn clone(&self) -> SnapshotRegionDescriptor
fn clone(&self) -> SnapshotRegionDescriptor
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SnapshotRegionDescriptor
impl Debug for SnapshotRegionDescriptor
Source§impl PartialEq for SnapshotRegionDescriptor
impl PartialEq for SnapshotRegionDescriptor
impl Copy for SnapshotRegionDescriptor
impl Eq for SnapshotRegionDescriptor
impl StructuralPartialEq for SnapshotRegionDescriptor
Auto Trait Implementations§
impl Freeze for SnapshotRegionDescriptor
impl RefUnwindSafe for SnapshotRegionDescriptor
impl Send for SnapshotRegionDescriptor
impl Sync for SnapshotRegionDescriptor
impl Unpin for SnapshotRegionDescriptor
impl UnwindSafe for SnapshotRegionDescriptor
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)