Struct nuklear::CommandArc[][src]

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

Methods

impl CommandArc
[src]

impl CommandArc
[src]

Important traits for &'a [u8]

Trait Implementations

impl Clone for CommandArc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommandArc
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_command_arc> for CommandArc
[src]

Performs the conversion.

impl AsMut<nk_command_arc> for CommandArc
[src]

Performs the conversion.

impl AsRef<CommandArc> for nk_command_arc
[src]

Performs the conversion.

impl AsMut<CommandArc> for nk_command_arc
[src]

Performs the conversion.

impl Default for CommandArc
[src]

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

impl AsRef<CommandArc> for Command
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for CommandArc

impl !Sync for CommandArc