[][src]Struct imgui_ext::image_button::ImageButtonParams

pub struct ImageButtonParams {
    pub size: [f32; 2],
    pub background: Option<[f32; 4]>,
    pub tint: Option<[f32; 4]>,
    pub uv0: Option<[f32; 2]>,
    pub uv1: Option<[f32; 2]>,
    pub frame_padding: Option<i32>,
}

Fields

size: [f32; 2]background: Option<[f32; 4]>tint: Option<[f32; 4]>uv0: Option<[f32; 2]>uv1: Option<[f32; 2]>frame_padding: Option<i32>

Auto Trait Implementations

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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