Struct nuklear::CommandRectMultiColor[][src]

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

Methods

impl CommandRectMultiColor
[src]

impl CommandRectMultiColor
[src]

Trait Implementations

impl Clone for CommandRectMultiColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommandRectMultiColor
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_command_rect_multi_color> for CommandRectMultiColor
[src]

Performs the conversion.

impl AsMut<nk_command_rect_multi_color> for CommandRectMultiColor
[src]

Performs the conversion.

impl AsRef<CommandRectMultiColor> for nk_command_rect_multi_color
[src]

Performs the conversion.

impl AsMut<CommandRectMultiColor> for nk_command_rect_multi_color
[src]

Performs the conversion.

impl Default for CommandRectMultiColor
[src]

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

impl AsRef<CommandRectMultiColor> for Command
[src]

Performs the conversion.

Auto Trait Implementations