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]

Formats the value using the given formatter.

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

The type of the object.

Returns a reference to the object.