[][src]Struct ringui::RangedParameter

pub struct RangedParameter<'a, T, R = T> where
    R: Debug,
    T: Debug
{ /* fields omitted */ }

Methods

impl<'a, T, R> RangedParameter<'a, T, R> where
    R: Clone + Debug,
    T: 'a + Clone + Debug
[src]

impl<'a, T, R> RangedParameter<'a, T, R> where
    R: 'static + Sub<R, Output = R> + Clone + Debug,
    T: 'a + Clone + Debug
[src]

impl<'a, T, R> RangedParameter<'a, T, R> where
    R: Clone + ToPrimitive + Sub<R, Output = R> + Debug + 'static,
    T: Sub<T, Output = T> + Clone + Debug + ToPrimitive + FromPrimitive + 'static, 
[src]

Trait Implementations

impl<'a, T, R> Debug for RangedParameter<'a, T, R> where
    R: Debug + Debug,
    T: Debug + Debug
[src]

impl<'a, T, R> PartialEq<RangedParameter<'a, T, R>> for RangedParameter<'a, T, R> where
    R: PartialEq<R> + Clone + Debug,
    T: 'a + PartialEq<T> + Clone + Debug
[src]

This method tests for !=.

impl<'a, T, R> Clone for RangedParameter<'a, T, R> where
    R: Clone + Debug,
    T: Clone + Debug
[src]

Performs copy-assignment from source. Read more

impl<'a, T, R> Serialize for RangedParameter<'a, T, R> where
    R: Clone + Debug + Serialize,
    T: 'a + Clone + Debug + Serialize
[src]

impl<T: Debug> ControlBuilt<RangedParameter<'static, T, T>> for ReadnOnlyRange<T> where
    T: FromPrimitive + Sub<Output = T> + Clone + ToPrimitive + Display + PartialEq + Debug + 'static, 
[src]

impl ControlBuilt<RangedParameter<'static, Vec<f32>, f32>> for Graph
[src]

impl<T: Debug> BuilderFromProperty<RangedParameter<'static, T, T>> for ReadnOnlyRangeBuilder<T> where
    T: FromPrimitive + Sub<Output = T> + Clone + ToPrimitive + Display + PartialEq + Debug + 'static, 
[src]

impl<T: Debug> ControlDefaultProperty for RangedParameter<'static, T> where
    T: FromPrimitive + Sub<Output = T> + Clone + ToPrimitive + Display + PartialEq + Debug + 'static, 
[src]

impl ControlDefaultProperty for RangedParameter<'static, Vec<f32>, f32>
[src]

Auto Trait Implementations

impl<'a, T, R = T> !Send for RangedParameter<'a, T, R>

impl<'a, T, R = T> !Sync for RangedParameter<'a, T, R>

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Same for T
[src]

Should always be Self

impl<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> SetParameter for T
[src]

Sets value as a parameter of self.

impl<V> IntoVec for V
[src]

impl<V> IntoPnt for V
[src]