#[repr(C)]pub struct nk_style_window_header {Show 15 fields
pub normal: nk_style_item,
pub hover: nk_style_item,
pub active: nk_style_item,
pub close_button: nk_style_button,
pub minimize_button: nk_style_button,
pub close_symbol: nk_symbol_type,
pub minimize_symbol: nk_symbol_type,
pub maximize_symbol: nk_symbol_type,
pub label_normal: nk_color,
pub label_hover: nk_color,
pub label_active: nk_color,
pub align: nk_style_header_align,
pub padding: nk_vec2,
pub label_padding: nk_vec2,
pub spacing: nk_vec2,
}Fields§
§normal: nk_style_item§hover: nk_style_item§active: nk_style_item§close_symbol: nk_symbol_type§minimize_symbol: nk_symbol_type§maximize_symbol: nk_symbol_type§label_normal: nk_color§label_hover: nk_color§label_active: nk_color§align: nk_style_header_align§padding: nk_vec2§label_padding: nk_vec2§spacing: nk_vec2Trait Implementations§
Source§impl Clone for nk_style_window_header
impl Clone for nk_style_window_header
Source§fn clone(&self) -> nk_style_window_header
fn clone(&self) -> nk_style_window_header
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_header
impl Default for nk_style_window_header
impl Copy for nk_style_window_header
Auto Trait Implementations§
impl Freeze for nk_style_window_header
impl RefUnwindSafe for nk_style_window_header
impl !Send for nk_style_window_header
impl !Sync for nk_style_window_header
impl Unpin for nk_style_window_header
impl UnwindSafe for nk_style_window_header
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