Struct kvm_sys::x86::bindings::kvm_one_reg
source · #[repr(C)]pub struct kvm_one_reg {
pub id: u64,
pub addr: u64,
}
Fields§
§id: u64
§addr: u64
Trait Implementations§
source§impl Clone for kvm_one_reg
impl Clone for kvm_one_reg
source§fn clone(&self) -> kvm_one_reg
fn clone(&self) -> kvm_one_reg
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for kvm_one_reg
impl Debug for kvm_one_reg
source§impl Default for kvm_one_reg
impl Default for kvm_one_reg
source§fn default() -> kvm_one_reg
fn default() -> kvm_one_reg
Returns the “default value” for a type. Read more
impl Copy 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more