#[repr(C)]pub struct pm_cx_stat {
pub nr: u32,
pub last: u32,
pub idle_time: u64,
pub triggers: __guest_handle_uint64,
pub residencies: __guest_handle_uint64,
pub nr_pc: u32,
pub nr_cc: u32,
pub pc: __guest_handle_uint64,
pub cc: __guest_handle_uint64,
}Fields§
§nr: u32§last: u32§idle_time: u64§triggers: __guest_handle_uint64§residencies: __guest_handle_uint64§nr_pc: u32§nr_cc: u32§pc: __guest_handle_uint64§cc: __guest_handle_uint64Trait Implementations§
Source§impl Clone for pm_cx_stat
impl Clone for pm_cx_stat
Source§fn clone(&self) -> pm_cx_stat
fn clone(&self) -> pm_cx_stat
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 pm_cx_stat
impl Debug for pm_cx_stat
Source§impl Default for pm_cx_stat
impl Default for pm_cx_stat
impl Copy for pm_cx_stat
Auto Trait Implementations§
impl Freeze for pm_cx_stat
impl RefUnwindSafe for pm_cx_stat
impl !Send for pm_cx_stat
impl !Sync for pm_cx_stat
impl Unpin for pm_cx_stat
impl UnwindSafe for pm_cx_stat
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