Struct nuklear::Command[][src]

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

Methods

impl Command
[src]

Trait Implementations

impl Clone for Command
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Command
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_command> for Command
[src]

Performs the conversion.

impl AsMut<nk_command> for Command
[src]

Performs the conversion.

impl AsRef<Command> for nk_command
[src]

Performs the conversion.

impl AsMut<Command> for nk_command
[src]

Performs the conversion.

impl Default for Command
[src]

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

impl AsRef<CommandScissor> for Command
[src]

Performs the conversion.

impl AsRef<CommandLine> for Command
[src]

Performs the conversion.

impl AsRef<CommandCurve> for Command
[src]

Performs the conversion.

impl AsRef<CommandRect> for Command
[src]

Performs the conversion.

impl AsRef<CommandRectFilled> for Command
[src]

Performs the conversion.

impl AsRef<CommandRectMultiColor> for Command
[src]

Performs the conversion.

impl AsRef<CommandTriangle> for Command
[src]

Performs the conversion.

impl AsRef<CommandTriangleFilled> for Command
[src]

Performs the conversion.

impl AsRef<CommandCircle> for Command
[src]

Performs the conversion.

impl AsRef<CommandCircleFilled> for Command
[src]

Performs the conversion.

impl AsRef<CommandArc> for Command
[src]

Performs the conversion.

impl AsRef<CommandArcFilled> for Command
[src]

Performs the conversion.

impl AsRef<CommandPolygon> for Command
[src]

Performs the conversion.

impl AsRef<CommandPolygonFilled> for Command
[src]

Performs the conversion.

impl AsRef<CommandPolyline> for Command
[src]

Performs the conversion.

impl AsRef<CommandImage> for Command
[src]

Performs the conversion.

impl AsRef<CommandText> for Command
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Command

impl !Sync for Command