Struct ash::vk::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: DisplayKHR
§display_name: *const c_char
§physical_dimensions: Extent2D
§physical_resolution: Extent2D
§supported_transforms: SurfaceTransformFlagsKHR
§plane_reorder_possible: Bool32
§persistent_content: Bool32
Implementations§
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
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 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