#[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: Bool32
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