#[repr(u32)]pub enum SyncReg {
Register = 1,
SystemRegister = 2,
VcpuEvents = 4,
}
Expand description
KVM Sync Registers used to tell KVM which registers to sync
Variants§
Register = 1
General purpose registers,
SystemRegister = 2
System registers
VcpuEvents = 4
CPU events
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncReg
impl RefUnwindSafe for SyncReg
impl Send for SyncReg
impl Sync for SyncReg
impl Unpin for SyncReg
impl UnwindSafe for SyncReg
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