pub struct DynamicPstateInfo {
pub domain: u32,
pub percentage: u32,
pub increase_threshold: u32,
pub decrease_threshold: u32,
}Fields§
§domain: u32§percentage: u32§increase_threshold: u32§decrease_threshold: u32Trait Implementations§
Source§impl Clone for DynamicPstateInfo
impl Clone for DynamicPstateInfo
Source§fn clone(&self) -> DynamicPstateInfo
fn clone(&self) -> DynamicPstateInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DynamicPstateInfo
impl Debug for DynamicPstateInfo
Source§impl Hash for DynamicPstateInfo
impl Hash for DynamicPstateInfo
Source§impl PartialEq for DynamicPstateInfo
impl PartialEq for DynamicPstateInfo
Source§fn eq(&self, other: &DynamicPstateInfo) -> bool
fn eq(&self, other: &DynamicPstateInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DynamicPstateInfo
impl Eq for DynamicPstateInfo
impl StructuralPartialEq for DynamicPstateInfo
Auto Trait Implementations§
impl Freeze for DynamicPstateInfo
impl RefUnwindSafe for DynamicPstateInfo
impl Send for DynamicPstateInfo
impl Sync for DynamicPstateInfo
impl Unpin for DynamicPstateInfo
impl UnsafeUnpin for DynamicPstateInfo
impl UnwindSafe for DynamicPstateInfo
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