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