Struct nuklear_sys::nk_cursor [] [src]

pub struct nk_cursor {
    pub img: nk_image,
    pub size: nk_vec2,
    pub offset: nk_vec2,
}

Fields

Trait Implementations

impl Debug for nk_cursor
[src]

Formats the value using the given formatter.

impl Copy for nk_cursor
[src]

impl Clone for nk_cursor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_cursor
[src]

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