Struct nuklear::CommandPolygon[][src]

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

Methods

impl CommandPolygon
[src]

impl CommandPolygon
[src]

Important traits for &'a [u8]

Trait Implementations

impl Clone for CommandPolygon
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommandPolygon
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_command_polygon> for CommandPolygon
[src]

Performs the conversion.

impl AsMut<nk_command_polygon> for CommandPolygon
[src]

Performs the conversion.

impl AsRef<CommandPolygon> for nk_command_polygon
[src]

Performs the conversion.

impl AsMut<CommandPolygon> for nk_command_polygon
[src]

Performs the conversion.

impl Default for CommandPolygon
[src]

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

impl AsRef<CommandPolygon> for Command
[src]

Performs the conversion.

Auto Trait Implementations