[][src]Struct nuklear_sys::nk_style_edit

#[repr(C)]
pub struct nk_style_edit { pub normal: nk_style_item, pub hover: nk_style_item, pub active: nk_style_item, pub border_color: nk_color, pub scrollbar: nk_style_scrollbar, pub cursor_normal: nk_color, pub cursor_hover: nk_color, pub cursor_text_normal: nk_color, pub cursor_text_hover: nk_color, pub text_normal: nk_color, pub text_hover: nk_color, pub text_active: nk_color, pub selected_normal: nk_color, pub selected_hover: nk_color, pub selected_text_normal: nk_color, pub selected_text_hover: nk_color, pub border: f32, pub rounding: f32, pub cursor_size: f32, pub scrollbar_size: nk_vec2, pub padding: nk_vec2, pub row_padding: f32, }

Fields

normal: nk_style_itemhover: nk_style_itemactive: nk_style_itemborder_color: nk_colorscrollbar: nk_style_scrollbarcursor_normal: nk_colorcursor_hover: nk_colorcursor_text_normal: nk_colorcursor_text_hover: nk_colortext_normal: nk_colortext_hover: nk_colortext_active: nk_colorselected_normal: nk_colorselected_hover: nk_colorselected_text_normal: nk_colorselected_text_hover: nk_colorborder: f32rounding: f32cursor_size: f32scrollbar_size: nk_vec2padding: nk_vec2row_padding: f32

Trait Implementations

impl Copy for nk_style_edit[src]

impl Default for nk_style_edit[src]

impl Clone for nk_style_edit[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

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

type Error = Infallible

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

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

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

The type returned in the event of a conversion error.