pub struct Schritte {
pub einheit: SteuerbarkeitEinheit,
pub schrittweite: Decimal3,
pub min: Decimal3,
pub max: Decimal3,
}Expand description
Increment-based controllability definition (Schritte).
Fields§
§einheit: SteuerbarkeitEinheitUnit of the increment (MAW or P1).
schrittweite: Decimal3Step size.
min: Decimal3Minimum value.
max: Decimal3Maximum value.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Schritte
impl<'de> Deserialize<'de> for Schritte
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
impl StructuralPartialEq for Schritte
Auto Trait Implementations§
impl Freeze for Schritte
impl RefUnwindSafe for Schritte
impl Send for Schritte
impl Sync for Schritte
impl Unpin for Schritte
impl UnsafeUnpin for Schritte
impl UnwindSafe for Schritte
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