Struct vks::VkDisplayPresentInfoKHR [] [src]

#[repr(C)]
pub struct VkDisplayPresentInfoKHR { pub sType: VkStructureType, pub pNext: *const c_void, pub srcRect: VkRect2D, pub dstRect: VkRect2D, pub persistent: VkBool32, }

Fields

Trait Implementations

impl Debug for VkDisplayPresentInfoKHR
[src]

Formats the value using the given formatter.

impl Copy for VkDisplayPresentInfoKHR
[src]

impl Clone for VkDisplayPresentInfoKHR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDisplayPresentInfoKHR
[src]

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