Struct screen_13::prelude::vk::DisplayPropertiesKHR
source · pub struct DisplayPropertiesKHR {
pub display: DisplayKHR,
pub display_name: *const i8,
pub physical_dimensions: Extent2D,
pub physical_resolution: Extent2D,
pub supported_transforms: SurfaceTransformFlagsKHR,
pub plane_reorder_possible: u32,
pub persistent_content: u32,
}Expand description
Fields§
§display: DisplayKHR§display_name: *const i8§physical_dimensions: Extent2D§physical_resolution: Extent2D§supported_transforms: SurfaceTransformFlagsKHR§plane_reorder_possible: u32§persistent_content: u32Implementations§
source§impl DisplayPropertiesKHR
impl DisplayPropertiesKHR
pub fn builder<'a>() -> DisplayPropertiesKHRBuilder<'a>
Trait Implementations§
source§impl Clone for DisplayPropertiesKHR
impl Clone for DisplayPropertiesKHR
source§fn clone(&self) -> DisplayPropertiesKHR
fn clone(&self) -> DisplayPropertiesKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DisplayPropertiesKHR
impl Debug for DisplayPropertiesKHR
source§impl Default for DisplayPropertiesKHR
impl Default for DisplayPropertiesKHR
source§fn default() -> DisplayPropertiesKHR
fn default() -> DisplayPropertiesKHR
Returns the “default value” for a type. Read more