Struct kvm_sys::x86::bindings::kvm_sync_regs
source · #[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§
source§impl Clone for kvm_sync_regs
impl Clone for kvm_sync_regs
source§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 moresource§impl Debug for kvm_sync_regs
impl Debug for kvm_sync_regs
source§impl Default for kvm_sync_regs
impl Default for kvm_sync_regs
source§fn default() -> kvm_sync_regs
fn default() -> kvm_sync_regs
Returns the “default value” for a type. Read more
impl Copy for kvm_sync_regs
Auto Trait Implementations§
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