Struct kvm_bindings::kvm_translation
source · #[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
sourceimpl Clone for kvm_translation
impl Clone for kvm_translation
sourcefn clone(&self) -> kvm_translation
fn clone(&self) -> kvm_translation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for kvm_translation
impl Debug for kvm_translation
sourceimpl Default for kvm_translation
impl Default for kvm_translation
sourcefn default() -> kvm_translation
fn default() -> kvm_translation
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_translation> for kvm_translation
impl PartialEq<kvm_translation> for kvm_translation
sourcefn eq(&self, other: &kvm_translation) -> bool
fn eq(&self, other: &kvm_translation) -> bool
impl Copy for kvm_translation
impl StructuralPartialEq for kvm_translation
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more