Struct kvm_sync_regs
#[repr(C)]pub struct kvm_sync_regs {
pub regs: kvm_regs,
pub sregs: kvm_sregs,
pub events: kvm_vcpu_events,
}
Fields§
§regs: kvm_regs
§sregs: kvm_sregs
§events: kvm_vcpu_events
Trait Implementations§
§impl Clone for kvm_sync_regs
impl Clone for kvm_sync_regs
§fn clone(&self) -> kvm_sync_regs
fn clone(&self) -> kvm_sync_regs
Returns a copy 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 more§impl Debug for kvm_sync_regs
impl Debug for kvm_sync_regs
§impl Default for kvm_sync_regs
impl Default for kvm_sync_regs
§fn default() -> kvm_sync_regs
fn default() -> kvm_sync_regs
Returns the “default value” for a type. Read more
§impl PartialEq for kvm_sync_regs
impl PartialEq for kvm_sync_regs
impl Copy for kvm_sync_regs
impl StructuralPartialEq for kvm_sync_regs
Auto Trait Implementations§
impl Freeze for kvm_sync_regs
impl RefUnwindSafe for kvm_sync_regs
impl Send for kvm_sync_regs
impl Sync for kvm_sync_regs
impl Unpin for kvm_sync_regs
impl UnwindSafe for kvm_sync_regs
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