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. Read more

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.

TYPE: DebugReportObjectTypeEXT = vk::DEBUG_REPORT_OBJECT_TYPE_RENDER_PASS_EXT

The DebugReportObjectTypeEXT of the internal Vulkan handle.

Returns a reference to the object.

Auto Trait Implementations

impl<'a> Send for RenderPassSys<'a>

impl<'a> Sync for RenderPassSys<'a>