Struct kvm_bindings::kvm_sync_regs [−][src]
#[repr(C)]pub struct kvm_sync_regs {
pub regs: kvm_regs,
pub sregs: kvm_sregs,
pub events: kvm_vcpu_events,
}Fields
regs: kvm_regssregs: kvm_sregsevents: kvm_vcpu_eventsTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more