Struct kvm_rs::kvm_sys::kvm_regs [−][src]
Fields
rax: u64
rbx: u64
rcx: u64
rdx: u64
rsi: u64
rdi: u64
rsp: u64
rbp: u64
r8: u64
r9: u64
r10: u64
r11: u64
r12: u64
r13: u64
r14: u64
r15: u64
rip: u64
rflags: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for kvm_regs
impl Send for kvm_regs
impl Sync for kvm_regs
impl Unpin for kvm_regs
impl UnwindSafe for kvm_regs
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
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.
pub 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>,