Struct voodoo::ImageView [] [src]

pub struct ImageView { /* fields omitted */ }

Methods

impl ImageView
[src]

[src]

Returns a new ImageViewBuilder.

[src]

Returns this object's handle.

[src]

Returns a reference to the associated device.

Trait Implementations

impl Debug for ImageView
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImageView
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'i> Handle for &'i ImageView
[src]

[src]