#[repr(C)]pub struct nk_configuration_stacks {
pub style_items: nk_config_stack_style_item,
pub floats: nk_config_stack_float,
pub vectors: nk_config_stack_vec2,
pub flags: nk_config_stack_flags,
pub colors: nk_config_stack_color,
pub fonts: nk_config_stack_user_font,
pub button_behaviors: nk_config_stack_button_behavior,
}Fields§
§style_items: nk_config_stack_style_item§floats: nk_config_stack_float§vectors: nk_config_stack_vec2§flags: nk_config_stack_flags§colors: nk_config_stack_color§fonts: nk_config_stack_user_fontTrait Implementations§
Source§impl Clone for nk_configuration_stacks
impl Clone for nk_configuration_stacks
Source§fn clone(&self) -> nk_configuration_stacks
fn clone(&self) -> nk_configuration_stacks
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_configuration_stacks
impl Default for nk_configuration_stacks
impl Copy for nk_configuration_stacks
Auto Trait Implementations§
impl Freeze for nk_configuration_stacks
impl RefUnwindSafe for nk_configuration_stacks
impl !Send for nk_configuration_stacks
impl !Sync for nk_configuration_stacks
impl Unpin for nk_configuration_stacks
impl UnwindSafe for nk_configuration_stacks
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