Struct kvm_bindings::kvm_regs

source ·
#[repr(C)]
pub struct kvm_regs {
Show 18 fields pub rax: __u64, pub rbx: __u64, pub rcx: __u64, pub rdx: __u64, pub rsi: __u64, pub rdi: __u64, pub rsp: __u64, pub rbp: __u64, pub r8: __u64, pub r9: __u64, pub r10: __u64, pub r11: __u64, pub r12: __u64, pub r13: __u64, pub r14: __u64, pub r15: __u64, pub rip: __u64, pub rflags: __u64,
}

Fields

rax: __u64rbx: __u64rcx: __u64rdx: __u64rsi: __u64rdi: __u64rsp: __u64rbp: __u64r8: __u64r9: __u64r10: __u64r11: __u64r12: __u64r13: __u64r14: __u64r15: __u64rip: __u64rflags: __u64

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
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 !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.