#[repr(C)]pub struct nk_style_combo {Show 19 fields
pub normal: nk_style_item,
pub hover: nk_style_item,
pub active: nk_style_item,
pub border_color: nk_color,
pub label_normal: nk_color,
pub label_hover: nk_color,
pub label_active: nk_color,
pub symbol_normal: nk_color,
pub symbol_hover: nk_color,
pub symbol_active: nk_color,
pub button: nk_style_button,
pub sym_normal: nk_symbol_type,
pub sym_hover: nk_symbol_type,
pub sym_active: nk_symbol_type,
pub border: f32,
pub rounding: f32,
pub content_padding: nk_vec2,
pub button_padding: nk_vec2,
pub spacing: nk_vec2,
}Fields§
§normal: nk_style_item§hover: nk_style_item§active: nk_style_item§border_color: nk_color§label_normal: nk_color§label_hover: nk_color§label_active: nk_color§symbol_normal: nk_color§symbol_hover: nk_color§symbol_active: nk_color§sym_normal: nk_symbol_type§sym_hover: nk_symbol_type§sym_active: nk_symbol_type§border: f32§rounding: f32§content_padding: nk_vec2§spacing: nk_vec2Trait Implementations§
Source§impl Clone for nk_style_combo
impl Clone for nk_style_combo
Source§fn clone(&self) -> nk_style_combo
fn clone(&self) -> nk_style_combo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for nk_style_combo
impl Default for nk_style_combo
impl Copy for nk_style_combo
Auto Trait Implementations§
impl Freeze for nk_style_combo
impl RefUnwindSafe for nk_style_combo
impl !Send for nk_style_combo
impl !Sync for nk_style_combo
impl Unpin for nk_style_combo
impl UnwindSafe for nk_style_combo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more