Struct vks::VkDisplayPropertiesKHR [] [src]

#[repr(C)]
pub struct VkDisplayPropertiesKHR { pub display: VkDisplayKHR, pub displayName: *const c_char, pub physicalDimensions: VkExtent2D, pub physicalResolution: VkExtent2D, pub supportedTransforms: VkSurfaceTransformFlagsKHR, pub planeReorderPossible: VkBool32, pub persistentContent: VkBool32, }

Fields

Trait Implementations

impl Debug for VkDisplayPropertiesKHR
[src]

Formats the value using the given formatter.

impl Copy for VkDisplayPropertiesKHR
[src]

impl Clone for VkDisplayPropertiesKHR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDisplayPropertiesKHR
[src]

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