Struct nuklear_rust::NkCommand [] [src]

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

Methods

impl NkCommand
[src]

Trait Implementations

impl Clone for NkCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_command> for NkCommand
[src]

Performs the conversion.

impl AsMut<nk_command> for NkCommand
[src]

Performs the conversion.

impl Default for NkCommand
[src]

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

impl Debug for NkCommand
[src]

Formats the value using the given formatter.

impl AsRef<NkCommandScissor> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandLine> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandCurve> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandRect> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandRectFilled> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandRectMultiColor> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandTriangle> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandTriangleFilled> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandCircle> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandCircleFilled> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandArc> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandArcFilled> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandPolygon> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandPolygonFilled> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandPolyline> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandImage> for NkCommand
[src]

Performs the conversion.

impl AsRef<NkCommandText> for NkCommand
[src]

Performs the conversion.