Struct ash::vk::DisplayPropertiesKHR [−][src]
#[repr(C)]pub struct DisplayPropertiesKHR { pub display: DisplayKHR, pub display_name: *const c_char, pub physical_dimensions: Extent2D, pub physical_resolution: Extent2D, pub supported_transforms: SurfaceTransformFlagsKHR, pub plane_reorder_possible: Bool32, pub persistent_content: Bool32, }
Expand description
Fields
display: DisplayKHR
display_name: *const c_char
physical_dimensions: Extent2D
physical_resolution: Extent2D
supported_transforms: SurfaceTransformFlagsKHR
plane_reorder_possible: Bool32
persistent_content: Bool32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DisplayPropertiesKHR
impl !Send for DisplayPropertiesKHR
impl !Sync for DisplayPropertiesKHR
impl Unpin for DisplayPropertiesKHR
impl UnwindSafe for DisplayPropertiesKHR
Blanket Implementations
Mutably borrows from an owned value. Read more