#[repr(C)]pub struct nk_style_window {Show 30 fields
pub header: nk_style_window_header,
pub fixed_background: nk_style_item,
pub background: nk_color,
pub border_color: nk_color,
pub popup_border_color: nk_color,
pub combo_border_color: nk_color,
pub contextual_border_color: nk_color,
pub menu_border_color: nk_color,
pub group_border_color: nk_color,
pub tooltip_border_color: nk_color,
pub scaler: nk_style_item,
pub border: f32,
pub combo_border: f32,
pub contextual_border: f32,
pub menu_border: f32,
pub group_border: f32,
pub tooltip_border: f32,
pub popup_border: f32,
pub min_row_height_padding: f32,
pub rounding: f32,
pub spacing: nk_vec2,
pub scrollbar_size: nk_vec2,
pub min_size: nk_vec2,
pub padding: nk_vec2,
pub group_padding: nk_vec2,
pub popup_padding: nk_vec2,
pub combo_padding: nk_vec2,
pub contextual_padding: nk_vec2,
pub menu_padding: nk_vec2,
pub tooltip_padding: nk_vec2,
}Fields§
§header: nk_style_window_header§fixed_background: nk_style_item§background: nk_color§border_color: nk_color§popup_border_color: nk_color§combo_border_color: nk_color§contextual_border_color: nk_color§group_border_color: nk_color§tooltip_border_color: nk_color§scaler: nk_style_item§border: f32§combo_border: f32§contextual_border: f32§group_border: f32§tooltip_border: f32§popup_border: f32§min_row_height_padding: f32§rounding: f32§spacing: nk_vec2§scrollbar_size: nk_vec2§min_size: nk_vec2§padding: nk_vec2§group_padding: nk_vec2§popup_padding: nk_vec2§combo_padding: nk_vec2§contextual_padding: nk_vec2§tooltip_padding: nk_vec2Trait Implementations§
Source§impl Clone for nk_style_window
impl Clone for nk_style_window
Source§fn clone(&self) -> nk_style_window
fn clone(&self) -> nk_style_window
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_window
impl Default for nk_style_window
impl Copy for nk_style_window
Auto Trait Implementations§
impl Freeze for nk_style_window
impl RefUnwindSafe for nk_style_window
impl !Send for nk_style_window
impl !Sync for nk_style_window
impl Unpin for nk_style_window
impl UnwindSafe for nk_style_window
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