Struct asi_vulkan::types::VkFramebuffer[][src]

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

Trait Implementations

impl Copy for VkFramebuffer
[src]

impl Clone for VkFramebuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VkFramebuffer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations