[][src]Struct imgui::SliderFloat4

#[must_use]
pub struct SliderFloat4<'ui, 'p> { /* fields omitted */ }

Methods

impl<'ui, 'p> SliderFloat4<'ui, 'p>[src]

pub fn new(
    _: &Ui<'ui>,
    label: &'p ImStr,
    value: &'p mut [f32; 4],
    min: f32,
    max: f32
) -> Self
[src]

pub fn display_format(self, display_format: &'p ImStr) -> Self[src]

pub fn power(self, power: f32) -> Self[src]

pub fn build(self) -> bool[src]

Auto Trait Implementations

impl<'ui, 'p> !Send for SliderFloat4<'ui, 'p>

impl<'ui, 'p> Unpin for SliderFloat4<'ui, 'p>

impl<'ui, 'p> !Sync for SliderFloat4<'ui, 'p>

impl<'ui, 'p> !UnwindSafe for SliderFloat4<'ui, 'p>

impl<'ui, 'p> !RefUnwindSafe for SliderFloat4<'ui, 'p>

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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]