[−][src]Struct kvm_sys::Run
Information about the reason run
returned
Fields
exit_reason: Exit
ready_for_interrupt_injection: u8
if_flag: u8
flags: u16
cr8: u64
apic_base: u64
kvm_valid_regs: u64
kvm_dirty_regs: u64
s: Union_Unnamed26
Methods
impl Run
[src]
pub fn hw(&self) -> *const Struct_Unnamed9
[src]
pub fn hw_mut(&mut self) -> *mut Struct_Unnamed9
[src]
pub fn fail_entry(&self) -> *const Struct_Unnamed10
[src]
pub fn fail_entry_mut(&mut self) -> *mut Struct_Unnamed10
[src]
pub fn ex(&self) -> *const Struct_Unnamed11
[src]
pub fn ex_mut(&mut self) -> *mut Struct_Unnamed11
[src]
pub fn io(&self) -> *const ExitIo
[src]
pub fn io_mut(&mut self) -> *mut ExitIo
[src]
pub fn debug(&self) -> *const Struct_Unnamed13
[src]
pub fn debug_mut(&mut self) -> *mut Struct_Unnamed13
[src]
pub fn mmio(&self) -> *const Struct_Unnamed14
[src]
pub fn mmio_mut(&mut self) -> *mut Struct_Unnamed14
[src]
pub fn hypercall(&self) -> *const Struct_Unnamed15
[src]
pub fn hypercall_mut(&mut self) -> *mut Struct_Unnamed15
[src]
pub fn tpr_access(&self) -> *const Struct_Unnamed16
[src]
pub fn tpr_access_mut(&mut self) -> *mut Struct_Unnamed16
[src]
pub fn s390_sieic(&self) -> *const Struct_Unnamed17
[src]
pub fn s390_sieic_mut(&mut self) -> *mut Struct_Unnamed17
[src]
pub fn s390_reset_flags(&self) -> *const u64
[src]
pub fn s390_reset_flags_mut(&mut self) -> *mut u64
[src]
pub fn s390_ucontrol(&self) -> *const Struct_Unnamed18
[src]
pub fn s390_ucontrol_mut(&mut self) -> *mut Struct_Unnamed18
[src]
pub fn dcr(&self) -> *const Struct_Unnamed19
[src]
pub fn dcr_mut(&mut self) -> *mut Struct_Unnamed19
[src]
pub fn internal(&self) -> *const Struct_Unnamed20
[src]
pub fn internal_mut(&mut self) -> *mut Struct_Unnamed20
[src]
pub fn osi(&self) -> *const Struct_Unnamed21
[src]
pub fn osi_mut(&mut self) -> *mut Struct_Unnamed21
[src]
pub fn papr_hcall(&self) -> *const Struct_Unnamed22
[src]
pub fn papr_hcall_mut(&mut self) -> *mut Struct_Unnamed22
[src]
pub fn s390_tsch(&self) -> *const Struct_Unnamed23
[src]
pub fn s390_tsch_mut(&mut self) -> *mut Struct_Unnamed23
[src]
pub fn epr(&self) -> *const Struct_Unnamed24
[src]
pub fn epr_mut(&mut self) -> *mut Struct_Unnamed24
[src]
pub fn system_event(&self) -> *const Struct_Unnamed25
[src]
pub fn system_event_mut(&mut self) -> *mut Struct_Unnamed25
[src]
Trait Implementations
impl Default for Run
[src]
impl Clone for Run
[src]
fn clone(&self) -> Self
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for Run
[src]
impl Debug for Run
[src]
Auto Trait Implementations
impl Send for Run
impl Unpin for Run
impl Sync for Run
impl RefUnwindSafe for Run
impl UnwindSafe for Run
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,