Struct nuklear::Image[][src]

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

Methods

impl Image
[src]

Trait Implementations

impl Clone for Image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Image
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_image> for Image
[src]

Performs the conversion.

impl AsMut<nk_image> for Image
[src]

Performs the conversion.

impl AsRef<Image> for nk_image
[src]

Performs the conversion.

impl AsMut<Image> for nk_image
[src]

Performs the conversion.

impl Default for Image
[src]

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

Auto Trait Implementations

impl !Send for Image

impl !Sync for Image