Struct vulkano::framebuffer::RenderPassSys [] [src]

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

Opaque object that represents the render pass' internals.

Trait Implementations

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

Formats the value using the given formatter.

impl<'a> Copy for RenderPassSys<'a>
[src]

impl<'a> Clone for RenderPassSys<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> VulkanObject for RenderPassSys<'a>
[src]

The type of the object.

Returns a reference to the object.