#[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: u32,
pub persistent_content: u32,
}Expand description
VkDisplayPropertiesKHR
Provided by VK_KHR_display.
Returned only*, filled by Vulkan, not constructed by the application.
Fields§
§display: DisplayKHR§display_name: *const c_char§physical_dimensions: Extent2D§physical_resolution: Extent2D§supported_transforms: SurfaceTransformFlagsKHR§plane_reorder_possible: u32§persistent_content: u32Implementations§
Source§impl DisplayPropertiesKHR
impl DisplayPropertiesKHR
Sourcepub fn builder<'a>() -> DisplayPropertiesKHRBuilder<'a>
pub fn builder<'a>() -> DisplayPropertiesKHRBuilder<'a>
Start building this struct.
Trait Implementations§
Source§impl Clone for DisplayPropertiesKHR
impl Clone for DisplayPropertiesKHR
Source§fn clone(&self) -> DisplayPropertiesKHR
fn clone(&self) -> DisplayPropertiesKHR
Returns a duplicate 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
impl Copy for DisplayPropertiesKHR
Auto Trait Implementations§
impl Freeze for DisplayPropertiesKHR
impl RefUnwindSafe for DisplayPropertiesKHR
impl !Send for DisplayPropertiesKHR
impl !Sync for DisplayPropertiesKHR
impl Unpin for DisplayPropertiesKHR
impl UnsafeUnpin for DisplayPropertiesKHR
impl UnwindSafe for DisplayPropertiesKHR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more