Struct nanovg::Image [] [src]

pub struct Image<'a>(_, _);

Handle to an image.

Methods

impl<'a> Image<'a>
[src]

[src]

[src]

Get the underlying context this image was created on.

[src]

[src]

Trait Implementations

impl<'a> Debug for Image<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Drop for Image<'a>
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a> !Send for Image<'a>

impl<'a> !Sync for Image<'a>