Struct nuklear_sys::nk_text_undo_record
[−]
[src]
pub struct nk_text_undo_record {
pub where_: c_int,
pub insert_length: c_short,
pub delete_length: c_short,
pub char_storage: c_short,
}Fields
where_: c_int
insert_length: c_short
delete_length: c_short
char_storage: c_short
Trait Implementations
impl Debug for nk_text_undo_record[src]
impl Copy for nk_text_undo_record[src]
impl Clone for nk_text_undo_record[src]
fn clone(&self) -> nk_text_undo_record
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