#[repr(C)]pub struct kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1 {
pub msr: __u32,
pub pad2: __u32,
pub control: __u64,
pub evt_page: __u64,
pub msg_page: __u64,
}Fields
msr: __u32pad2: __u32control: __u64evt_page: __u64msg_page: __u64Trait Implementations
sourceimpl Clone for kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
impl Clone for kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
sourcefn clone(&self) -> kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
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 Default for kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
impl Default for kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
sourcefn default() -> kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
fn default() -> kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1> for kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
impl PartialEq<kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1> for kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
sourcefn eq(&self, other: &kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1) -> bool
fn eq(&self, other: &kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1) -> bool
impl Copy for kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
impl StructuralPartialEq for kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations
impl RefUnwindSafe for kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
impl Send for kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
impl Sync for kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
impl Unpin for kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for kvm_hyperv_exit__bindgen_ty_1__bindgen_ty_1
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