Struct voodoo::RenderPassHandle [] [src]

#[repr(C)]
pub struct RenderPassHandle(_);

Methods

impl RenderPassHandle
[src]

[src]

Trait Implementations

impl Clone for RenderPassHandle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RenderPassHandle
[src]

impl Debug for RenderPassHandle
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for RenderPassHandle
[src]

impl PartialEq for RenderPassHandle
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Handle for RenderPassHandle
[src]

[src]

Returns this object's handle.

Auto Trait Implementations