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