Struct nuklear_sys::nk_image [] [src]

pub struct nk_image {
    pub handle: nk_handle,
    pub w: c_ushort,
    pub h: c_ushort,
    pub region: [c_ushort; 4],
}

Fields

Trait Implementations

impl Debug for nk_image
[src]

Formats the value using the given formatter.

impl Copy for nk_image
[src]

impl Clone for nk_image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_image
[src]

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