Struct sysutil::SchedulerPolicy
source · pub struct SchedulerPolicy {
pub name: String,
pub scalingGovernor: String,
pub scalingDriver: String,
pub minimumScalingMHz: f32,
pub maximumScalingMHz: f32,
}
Expand description
Contains scheduler information relative to a processor in the system
Fields§
§name: String
§scalingGovernor: String
§scalingDriver: String
§minimumScalingMHz: f32
§maximumScalingMHz: f32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SchedulerPolicy
impl Send for SchedulerPolicy
impl Sync for SchedulerPolicy
impl Unpin for SchedulerPolicy
impl UnwindSafe for SchedulerPolicy
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