Struct nuklear_sys::nk_text_undo_record [] [src]

#[repr(C)]
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

Trait Implementations

impl Debug for nk_text_undo_record
[src]

Formats the value using the given formatter.

impl Default for nk_text_undo_record
[src]

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

impl Copy for nk_text_undo_record
[src]

impl Clone for nk_text_undo_record
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more