[−][src]Struct imgui::DragIntRange2
Implementations
impl<'ui, 'p> DragIntRange2<'ui, 'p>
[src][−]
pub fn new(
_: &Ui<'ui>,
label: &'p ImStr,
current_min: &'p mut i32,
current_max: &'p mut i32
) -> Self
[src]
_: &Ui<'ui>,
label: &'p ImStr,
current_min: &'p mut i32,
current_max: &'p mut i32
) -> Self
pub fn build(self) -> bool
[src]
pub fn display_format_max(self, display_format: Option<&'p ImStr>) -> Self
[src]
pub fn display_format(self, display_format: &'p ImStr) -> Self
[src]
pub fn min(self, value: i32) -> Self
[src]
pub fn max(self, value: i32) -> Self
[src]
pub fn speed(self, value: f32) -> Self
[src]
Auto Trait Implementations
impl<'ui, 'p> !RefUnwindSafe for DragIntRange2<'ui, 'p>
impl<'ui, 'p> !Send for DragIntRange2<'ui, 'p>
impl<'ui, 'p> !Sync for DragIntRange2<'ui, 'p>
impl<'ui, 'p> Unpin for DragIntRange2<'ui, 'p>
impl<'ui, 'p> !UnwindSafe for DragIntRange2<'ui, 'p>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,