Struct nuklear::CommandPolyline[][src]

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

Methods

impl CommandPolyline
[src]

impl CommandPolyline
[src]

Important traits for &'a [u8]

Trait Implementations

impl Clone for CommandPolyline
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommandPolyline
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_command_polyline> for CommandPolyline
[src]

Performs the conversion.

impl AsMut<nk_command_polyline> for CommandPolyline
[src]

Performs the conversion.

impl AsRef<CommandPolyline> for nk_command_polyline
[src]

Performs the conversion.

impl AsMut<CommandPolyline> for nk_command_polyline
[src]

Performs the conversion.

impl Default for CommandPolyline
[src]

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

impl AsRef<CommandPolyline> for Command
[src]

Performs the conversion.

Auto Trait Implementations