Struct nuklear::PropertyState[][src]

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

Trait Implementations

impl AsRef<nk_property_state> for PropertyState
[src]

Performs the conversion.

impl AsMut<nk_property_state> for PropertyState
[src]

Performs the conversion.

impl AsRef<PropertyState> for nk_property_state
[src]

Performs the conversion.

impl AsMut<PropertyState> for nk_property_state
[src]

Performs the conversion.

impl Default for PropertyState
[src]

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

Auto Trait Implementations