Struct vk_sys::DisplayPropertiesKHR[][src]

#[repr(C)]
pub struct DisplayPropertiesKHR { pub display: DisplayKHR, pub displayName: *const c_char, pub physicalDimensions: Extent2D, pub physicalResolution: Extent2D, pub supportedTransforms: SurfaceTransformFlagsKHR, pub planeReorderPossible: Bool32, pub persistentContent: Bool32, }

Fields

display: DisplayKHRdisplayName: *const c_charphysicalDimensions: Extent2DphysicalResolution: Extent2DsupportedTransforms: SurfaceTransformFlagsKHRplaneReorderPossible: Bool32persistentContent: Bool32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.