pub struct VfPoint {
pub voltage: Microvolts,
pub frequency: Kilohertz,
pub delta: KilohertzDelta,
}Fields§
§voltage: Microvolts§frequency: Kilohertz§delta: KilohertzDeltaImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VfPoint
impl<'de> Deserialize<'de> for VfPoint
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 Ord for VfPoint
impl Ord for VfPoint
Source§impl PartialOrd for VfPoint
impl PartialOrd for VfPoint
impl Eq for VfPoint
impl StructuralPartialEq for VfPoint
Auto Trait Implementations§
impl Freeze for VfPoint
impl RefUnwindSafe for VfPoint
impl Send for VfPoint
impl Sync for VfPoint
impl Unpin for VfPoint
impl UnwindSafe for VfPoint
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