[][src]Struct imgui_ext::drag::DragParams

pub struct DragParams<'a, T> {
    pub label: &'a ImStr,
    pub format: Option<&'a ImStr>,
    pub min: Option<T>,
    pub max: Option<T>,
    pub speed: Option<f32>,
    pub power: Option<f32>,
}

Fields

label: &'a ImStrformat: Option<&'a ImStr>min: Option<T>max: Option<T>speed: Option<f32>power: Option<f32>

Auto Trait Implementations

impl<'a, T> Send for DragParams<'a, T> where
    T: Send

impl<'a, T> Sync for DragParams<'a, T> where
    T: Sync

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

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

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