pub struct VfpDeltas {
pub graphics: BTreeMap<usize, KilohertzDelta>,
pub memory: BTreeMap<usize, KilohertzDelta>,
}Fields§
§graphics: BTreeMap<usize, KilohertzDelta>§memory: BTreeMap<usize, KilohertzDelta>Trait Implementations§
Source§impl<'de> Deserialize<'de> for VfpDeltas
impl<'de> Deserialize<'de> for VfpDeltas
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 From<ClockTable> for VfpDeltas
impl From<ClockTable> for VfpDeltas
Source§fn from(c: ClockTable) -> Self
fn from(c: ClockTable) -> Self
Converts to this type from the input type.
Source§impl Ord for VfpDeltas
impl Ord for VfpDeltas
Source§impl PartialOrd for VfpDeltas
impl PartialOrd for VfpDeltas
impl Eq for VfpDeltas
impl StructuralPartialEq for VfpDeltas
Auto Trait Implementations§
impl Freeze for VfpDeltas
impl RefUnwindSafe for VfpDeltas
impl Send for VfpDeltas
impl Sync for VfpDeltas
impl Unpin for VfpDeltas
impl UnwindSafe for VfpDeltas
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