Expand description
The limits for a parameter.
Fields
lower: f32
Lower limit.
upper: f32
Upper limit.
Trait Implementations
sourceimpl PartialEq<LimitPair> for LimitPair
impl PartialEq<LimitPair> for LimitPair
sourceimpl ValueConverterTrait<LimitPair> for ValueConverter
impl ValueConverterTrait<LimitPair> for ValueConverter
sourcefn into_value(v: LimitPair) -> Value
fn into_value(v: LimitPair) -> Value
Wraps the passed-in value in a Value
enum.
sourcefn from_value(v: &Value) -> LimitPair
fn from_value(v: &Value) -> LimitPair
Extracts the value from a Value
enum.
impl Copy for LimitPair
impl StructuralPartialEq for LimitPair
Auto Trait Implementations
impl RefUnwindSafe for LimitPair
impl Send for LimitPair
impl Sync for LimitPair
impl Unpin for LimitPair
impl UnwindSafe for LimitPair
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more