#[repr(C)]pub struct ove_pm_stats {
pub current_state: ove_pm_state_t,
pub time_in_state_ms: [u64; 4],
pub transition_count: [u32; 4],
pub total_runtime_ms: u64,
}Fields§
§current_state: ove_pm_state_t§time_in_state_ms: [u64; 4]§transition_count: [u32; 4]§total_runtime_ms: u64Auto Trait Implementations§
impl Freeze for ove_pm_stats
impl RefUnwindSafe for ove_pm_stats
impl Send for ove_pm_stats
impl Sync for ove_pm_stats
impl Unpin for ove_pm_stats
impl UnwindSafe for ove_pm_stats
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