Struct kvm_bindings::kvm_one_reg
source · Fields
id: __u64addr: __u64Trait Implementations
sourceimpl Clone for kvm_one_reg
impl Clone for kvm_one_reg
sourcefn clone(&self) -> kvm_one_reg
fn clone(&self) -> kvm_one_reg
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_one_reg
impl Debug for kvm_one_reg
sourceimpl Default for kvm_one_reg
impl Default for kvm_one_reg
sourcefn default() -> kvm_one_reg
fn default() -> kvm_one_reg
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_one_reg> for kvm_one_reg
impl PartialEq<kvm_one_reg> for kvm_one_reg
sourcefn eq(&self, other: &kvm_one_reg) -> bool
fn eq(&self, other: &kvm_one_reg) -> bool
impl Copy for kvm_one_reg
impl StructuralPartialEq for kvm_one_reg
Auto Trait Implementations
impl RefUnwindSafe for kvm_one_reg
impl Send for kvm_one_reg
impl Sync for kvm_one_reg
impl Unpin for kvm_one_reg
impl UnwindSafe for kvm_one_reg
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