#[repr(C)]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: DisplayKHRdisplay_name: *const i8physical_dimensions: Extent2Dphysical_resolution: Extent2Dsupported_transforms: SurfaceTransformFlagsKHRplane_reorder_possible: u32persistent_content: u32Implementations
sourceimpl DisplayPropertiesKHR
impl DisplayPropertiesKHR
pub fn builder<'a>() -> DisplayPropertiesKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for DisplayPropertiesKHR
impl Clone for DisplayPropertiesKHR
sourcefn clone(&self) -> DisplayPropertiesKHR
fn clone(&self) -> DisplayPropertiesKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DisplayPropertiesKHR
impl Debug for DisplayPropertiesKHR
sourceimpl Default for DisplayPropertiesKHR
impl Default for DisplayPropertiesKHR
sourcefn default() -> DisplayPropertiesKHR
fn default() -> DisplayPropertiesKHR
Returns the “default value” for a type. Read more
impl Copy for DisplayPropertiesKHR
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more