Struct nuklear_rust::NkImage [] [src]

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

Methods

impl NkImage
[src]

Trait Implementations

impl Clone for NkImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_image> for NkImage
[src]

Performs the conversion.

impl AsMut<nk_image> for NkImage
[src]

Performs the conversion.

impl Default for NkImage
[src]

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