pub struct VfpEntry<K> {
pub unknown: u32,
pub frequency: K,
pub voltage: Microvolts,
}Fields§
§unknown: u321 for idle values / low pstates? only populated for memory clocks
frequency: K§voltage: MicrovoltsImplementations§
Trait Implementations§
Source§impl<'de, K> Deserialize<'de> for VfpEntry<K>where
K: Deserialize<'de>,
impl<'de, K> Deserialize<'de> for VfpEntry<K>where
K: Deserialize<'de>,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<K: Ord> Ord for VfpEntry<K>
impl<K: Ord> Ord for VfpEntry<K>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<K: PartialOrd> PartialOrd for VfpEntry<K>
impl<K: PartialOrd> PartialOrd for VfpEntry<K>
impl<K: Copy> Copy for VfpEntry<K>
impl<K: Eq> Eq for VfpEntry<K>
impl<K> StructuralPartialEq for VfpEntry<K>
Auto Trait Implementations§
impl<K> Freeze for VfpEntry<K>where
K: Freeze,
impl<K> RefUnwindSafe for VfpEntry<K>where
K: RefUnwindSafe,
impl<K> Send for VfpEntry<K>where
K: Send,
impl<K> Sync for VfpEntry<K>where
K: Sync,
impl<K> Unpin for VfpEntry<K>where
K: Unpin,
impl<K> UnwindSafe for VfpEntry<K>where
K: UnwindSafe,
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