Struct nuklear_rust::NkCommandRect [] [src]

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

Methods

impl NkCommandRect
[src]

impl NkCommandRect
[src]

Trait Implementations

impl Clone for NkCommandRect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_command_rect> for NkCommandRect
[src]

Performs the conversion.

impl AsMut<nk_command_rect> for NkCommandRect
[src]

Performs the conversion.

impl Default for NkCommandRect
[src]

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