Struct nuklear::EditState[][src]

#[repr(C)]
pub struct EditState { /* fields omitted */ }

Trait Implementations

impl Clone for EditState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EditState
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_edit_state> for EditState
[src]

Performs the conversion.

impl AsMut<nk_edit_state> for EditState
[src]

Performs the conversion.

impl AsRef<EditState> for nk_edit_state
[src]

Performs the conversion.

impl AsMut<EditState> for nk_edit_state
[src]

Performs the conversion.

impl Default for EditState
[src]

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

Auto Trait Implementations

impl Send for EditState

impl Sync for EditState