Struct vulkano::framebuffer::FramebufferSys [] [src]

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

Opaque object that represents the internals of a framebuffer.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

The type of the object.

TYPE: DebugReportObjectTypeEXT = vk::DEBUG_REPORT_OBJECT_TYPE_FRAMEBUFFER_EXT

The DebugReportObjectTypeEXT of the internal Vulkan handle.

[src]

Returns a reference to the object.

Auto Trait Implementations

impl<'a> Send for FramebufferSys<'a>

impl<'a> Sync for FramebufferSys<'a>