Struct nuklear_sys::nk_command_buffer [] [src]

pub struct nk_command_buffer {
    pub base: *mut nk_buffer,
    pub clip: nk_rect,
    pub use_clipping: c_int,
    pub userdata: nk_handle,
    pub begin: nk_size,
    pub end: nk_size,
    pub last: nk_size,
}

Fields

Trait Implementations

impl Debug for nk_command_buffer
[src]

Formats the value using the given formatter.

impl Copy for nk_command_buffer
[src]

impl Clone for nk_command_buffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_command_buffer
[src]

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