Struct vulkanalia_sys::DisplayPropertiesKHR
source · [−]#[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: DisplayKHRdisplay_name: *const c_charphysical_dimensions: Extent2Dphysical_resolution: Extent2Dsupported_transforms: SurfaceTransformFlagsKHRplane_reorder_possible: Bool32persistent_content: Bool32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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