pub struct NominalFrequency;Expand description
ACPI Specification 6.5; 8.4.6.1.1.2 Nominal Performance
Nominal Performance is the maximum sustained performance level of the processor, assuming ideal operating conditions. In absence of an external constraint (power, thermal, etc.) this is the performance level the platform is expected to be able to maintain continuously. All processors are expected to be able to sustain their nominal performance state simultaneously.
Trait Implementations§
Source§impl Clone for NominalFrequency
impl Clone for NominalFrequency
Source§fn clone(&self) -> NominalFrequency
fn clone(&self) -> NominalFrequency
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 moreimpl Copy for NominalFrequency
Source§impl Debug for NominalFrequency
impl Debug for NominalFrequency
impl Eq for NominalFrequency
Source§impl PartialEq for NominalFrequency
impl PartialEq for NominalFrequency
impl Readable for NominalFrequency
Source§impl Register for NominalFrequency
impl Register for NominalFrequency
impl StructuralPartialEq for NominalFrequency
Auto Trait Implementations§
impl Freeze for NominalFrequency
impl RefUnwindSafe for NominalFrequency
impl Send for NominalFrequency
impl Sync for NominalFrequency
impl Unpin for NominalFrequency
impl UnsafeUnpin for NominalFrequency
impl UnwindSafe for NominalFrequency
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