Struct nuklear_sys::nk_text_undo_state
[−]
[src]
pub struct nk_text_undo_state {
pub undo_rec: [nk_text_undo_record; 99],
pub undo_char: [nk_rune; 999],
pub undo_point: c_short,
pub redo_point: c_short,
pub undo_char_point: c_short,
pub redo_char_point: c_short,
}Fields
undo_rec: [nk_text_undo_record; 99]
undo_char: [nk_rune; 999]
undo_point: c_short
redo_point: c_short
undo_char_point: c_short
redo_char_point: c_short
Trait Implementations
impl Copy for nk_text_undo_state[src]
impl Clone for nk_text_undo_state[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more