Struct nuklear::CommandRect[][src]

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

Methods

impl CommandRect
[src]

impl CommandRect
[src]

Trait Implementations

impl Clone for CommandRect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommandRect
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_command_rect> for CommandRect
[src]

Performs the conversion.

impl AsMut<nk_command_rect> for CommandRect
[src]

Performs the conversion.

impl AsRef<CommandRect> for nk_command_rect
[src]

Performs the conversion.

impl AsMut<CommandRect> for nk_command_rect
[src]

Performs the conversion.

impl Default for CommandRect
[src]

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

impl AsRef<CommandRect> for Command
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for CommandRect

impl !Sync for CommandRect