Struct vks::khr_get_surface_capabilities2::VkSurfaceFormat2KHR [] [src]

#[repr(C)]
pub struct VkSurfaceFormat2KHR { pub sType: VkStructureType, pub pNext: *mut c_void, pub surfaceFormat: VkSurfaceFormatKHR, }

Fields

Trait Implementations

impl Debug for VkSurfaceFormat2KHR
[src]

[src]

Formats the value using the given formatter.

impl Copy for VkSurfaceFormat2KHR
[src]

impl Clone for VkSurfaceFormat2KHR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkSurfaceFormat2KHR
[src]

[src]

Returns the "default value" for a type. Read more