#[repr(C)]pub struct xen_domctl_vcpu_msrs {
pub vcpu: u32,
pub msr_count: u32,
pub msrs: __guest_handle_xen_domctl_vcpu_msr_t,
}Fields§
§vcpu: u32§msr_count: u32§msrs: __guest_handle_xen_domctl_vcpu_msr_tTrait Implementations§
Source§impl Clone for xen_domctl_vcpu_msrs
impl Clone for xen_domctl_vcpu_msrs
Source§fn clone(&self) -> xen_domctl_vcpu_msrs
fn clone(&self) -> xen_domctl_vcpu_msrs
Returns a duplicate 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 xen_domctl_vcpu_msrs
impl Debug for xen_domctl_vcpu_msrs
Source§impl Default for xen_domctl_vcpu_msrs
impl Default for xen_domctl_vcpu_msrs
impl Copy for xen_domctl_vcpu_msrs
Auto Trait Implementations§
impl Freeze for xen_domctl_vcpu_msrs
impl RefUnwindSafe for xen_domctl_vcpu_msrs
impl !Send for xen_domctl_vcpu_msrs
impl !Sync for xen_domctl_vcpu_msrs
impl Unpin for xen_domctl_vcpu_msrs
impl UnwindSafe for xen_domctl_vcpu_msrs
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