#[repr(C)]pub struct nk_config_stack_flags {
pub head: c_int,
pub elements: [nk_config_stack_flags_element; 32],
}Fields§
§head: c_int§elements: [nk_config_stack_flags_element; 32]Trait Implementations§
Source§impl Clone for nk_config_stack_flags
impl Clone for nk_config_stack_flags
Source§fn clone(&self) -> nk_config_stack_flags
fn clone(&self) -> nk_config_stack_flags
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 Debug for nk_config_stack_flags
impl Debug for nk_config_stack_flags
Source§impl Default for nk_config_stack_flags
impl Default for nk_config_stack_flags
impl Copy for nk_config_stack_flags
Auto Trait Implementations§
impl Freeze for nk_config_stack_flags
impl RefUnwindSafe for nk_config_stack_flags
impl !Send for nk_config_stack_flags
impl !Sync for nk_config_stack_flags
impl Unpin for nk_config_stack_flags
impl UnwindSafe for nk_config_stack_flags
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