pub struct ElectroTimeProfilePoint {
pub normalized_time: f64,
pub current_scale: f64,
}Fields§
§normalized_time: f64§current_scale: f64Trait Implementations§
Source§impl Clone for ElectroTimeProfilePoint
impl Clone for ElectroTimeProfilePoint
Source§fn clone(&self) -> ElectroTimeProfilePoint
fn clone(&self) -> ElectroTimeProfilePoint
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 moreSource§impl Debug for ElectroTimeProfilePoint
impl Debug for ElectroTimeProfilePoint
Source§impl<'de> Deserialize<'de> for ElectroTimeProfilePoint
impl<'de> Deserialize<'de> for ElectroTimeProfilePoint
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 PartialEq for ElectroTimeProfilePoint
impl PartialEq for ElectroTimeProfilePoint
Source§fn eq(&self, other: &ElectroTimeProfilePoint) -> bool
fn eq(&self, other: &ElectroTimeProfilePoint) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ElectroTimeProfilePoint
impl Serialize for ElectroTimeProfilePoint
impl StructuralPartialEq for ElectroTimeProfilePoint
Auto Trait Implementations§
impl Freeze for ElectroTimeProfilePoint
impl RefUnwindSafe for ElectroTimeProfilePoint
impl Send for ElectroTimeProfilePoint
impl Sync for ElectroTimeProfilePoint
impl Unpin for ElectroTimeProfilePoint
impl UnsafeUnpin for ElectroTimeProfilePoint
impl UnwindSafe for ElectroTimeProfilePoint
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