Struct kvm_bindings::kvm_translation [−][src]
#[repr(C)]pub struct kvm_translation {
pub linear_address: __u64,
pub physical_address: __u64,
pub valid: __u8,
pub writeable: __u8,
pub usermode: __u8,
pub pad: [__u8; 5],
}Fields
linear_address: __u64physical_address: __u64valid: __u8writeable: __u8usermode: __u8pad: [__u8; 5]Trait 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_translation
impl Send for kvm_translation
impl Sync for kvm_translation
impl Unpin for kvm_translation
impl UnwindSafe for kvm_translation
Blanket Implementations
Mutably borrows from an owned value. Read more