#[repr(C)]pub struct DisplayPropertiesKHR {
pub display: DisplayKHR,
pub displayName: *const c_char,
pub physicalDimensions: Extent2D,
pub physicalResolution: Extent2D,
pub supportedTransforms: SurfaceTransformFlagsKHR,
pub planeReorderPossible: Bool32,
pub persistentContent: Bool32,
}Fields§
§display: DisplayKHR§displayName: *const c_char§physicalDimensions: Extent2D§physicalResolution: Extent2D§supportedTransforms: SurfaceTransformFlagsKHR§planeReorderPossible: Bool32§persistentContent: Bool32Trait 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 moreimpl 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