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

Trait Implementations

impl Copy for nk_text_undo_state
[src]

impl Clone for nk_text_undo_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_text_undo_state
[src]

Returns the "default value" for a type. Read more