pub struct MeasurementOffsetOuter {
pub type: Type,
pub fixed: f64,
}
Expand description
MeasurementOffsetOuter : Measurement offset relative to the outside of the start node
Fields§
§type: Type
§fixed: f64
Implementations§
Source§impl MeasurementOffsetOuter
impl MeasurementOffsetOuter
Sourcepub fn new(type: Type, fixed: f64) -> MeasurementOffsetOuter
pub fn new(type: Type, fixed: f64) -> MeasurementOffsetOuter
Measurement offset relative to the outside of the start node
Trait Implementations§
Source§impl Clone for MeasurementOffsetOuter
impl Clone for MeasurementOffsetOuter
Source§fn clone(&self) -> MeasurementOffsetOuter
fn clone(&self) -> MeasurementOffsetOuter
Returns a duplicate of the value. Read more
1.0.0 · 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 MeasurementOffsetOuter
impl Debug for MeasurementOffsetOuter
Source§impl Default for MeasurementOffsetOuter
impl Default for MeasurementOffsetOuter
Source§fn default() -> MeasurementOffsetOuter
fn default() -> MeasurementOffsetOuter
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MeasurementOffsetOuter
impl<'de> Deserialize<'de> for MeasurementOffsetOuter
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 MeasurementOffsetOuter
impl PartialEq for MeasurementOffsetOuter
Source§impl Serialize for MeasurementOffsetOuter
impl Serialize for MeasurementOffsetOuter
impl StructuralPartialEq for MeasurementOffsetOuter
Auto Trait Implementations§
impl Freeze for MeasurementOffsetOuter
impl RefUnwindSafe for MeasurementOffsetOuter
impl Send for MeasurementOffsetOuter
impl Sync for MeasurementOffsetOuter
impl Unpin for MeasurementOffsetOuter
impl UnwindSafe for MeasurementOffsetOuter
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