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
handle: nk_handle
w: c_ushort
h: c_ushort
region: [c_ushort; 4]
Trait Implementations
impl Debug for nk_image[src]
impl Copy for nk_image[src]
impl Clone for nk_image[src]
fn clone(&self) -> nk_image
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more