#[repr(C)]pub struct xen_sysctl_perfc_op {
pub cmd: u32,
pub nr_counters: u32,
pub nr_vals: u32,
pub desc: __guest_handle_xen_sysctl_perfc_desc_t,
pub val: __guest_handle_xen_sysctl_perfc_val_t,
}Fields§
§cmd: u32§nr_counters: u32§nr_vals: u32§desc: __guest_handle_xen_sysctl_perfc_desc_t§val: __guest_handle_xen_sysctl_perfc_val_tTrait Implementations§
Source§impl Clone for xen_sysctl_perfc_op
impl Clone for xen_sysctl_perfc_op
Source§fn clone(&self) -> xen_sysctl_perfc_op
fn clone(&self) -> xen_sysctl_perfc_op
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_sysctl_perfc_op
impl Debug for xen_sysctl_perfc_op
Source§impl Default for xen_sysctl_perfc_op
impl Default for xen_sysctl_perfc_op
impl Copy for xen_sysctl_perfc_op
Auto Trait Implementations§
impl Freeze for xen_sysctl_perfc_op
impl RefUnwindSafe for xen_sysctl_perfc_op
impl !Send for xen_sysctl_perfc_op
impl !Sync for xen_sysctl_perfc_op
impl Unpin for xen_sysctl_perfc_op
impl UnwindSafe for xen_sysctl_perfc_op
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