pub struct PStates {
pub editable: bool,
pub pstates: Vec<PStateSettings>,
pub overvolt: Vec<BaseVoltage>,
}Fields§
§editable: bool§pstates: Vec<PStateSettings>§overvolt: Vec<BaseVoltage>Trait Implementations§
Source§impl Ord for PStates
impl Ord for PStates
Source§impl PartialOrd for PStates
impl PartialOrd for PStates
impl Eq for PStates
impl StructuralPartialEq for PStates
Auto Trait Implementations§
impl Freeze for PStates
impl RefUnwindSafe for PStates
impl Send for PStates
impl Sync for PStates
impl Unpin for PStates
impl UnwindSafe for PStates
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