#[repr(C)]pub struct xen_sysctl_get_pmstat {
pub type_: u32,
pub cpuid: u32,
pub u: xen_sysctl_get_pmstat__bindgen_ty_1,
}Fields§
§type_: u32§cpuid: u32§u: xen_sysctl_get_pmstat__bindgen_ty_1Trait Implementations§
Source§impl Clone for xen_sysctl_get_pmstat
impl Clone for xen_sysctl_get_pmstat
Source§fn clone(&self) -> xen_sysctl_get_pmstat
fn clone(&self) -> xen_sysctl_get_pmstat
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 Default for xen_sysctl_get_pmstat
impl Default for xen_sysctl_get_pmstat
impl Copy for xen_sysctl_get_pmstat
Auto Trait Implementations§
impl Freeze for xen_sysctl_get_pmstat
impl RefUnwindSafe for xen_sysctl_get_pmstat
impl !Send for xen_sysctl_get_pmstat
impl !Sync for xen_sysctl_get_pmstat
impl Unpin for xen_sysctl_get_pmstat
impl UnwindSafe for xen_sysctl_get_pmstat
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