#[repr(C)]pub struct VkDisplayPropertiesKHR {
pub display: VkDisplayKHR,
pub displayName: *const c_char,
pub physicalDimensions: VkExtent2D,
pub physicalResolution: VkExtent2D,
pub supportedTransforms: VkSurfaceTransformFlagsKHR,
pub planeReorderPossible: VkBool32,
pub persistentContent: VkBool32,
}
Fields§
§display: VkDisplayKHR
§displayName: *const c_char
§physicalDimensions: VkExtent2D
§physicalResolution: VkExtent2D
§supportedTransforms: VkSurfaceTransformFlagsKHR
§planeReorderPossible: VkBool32
§persistentContent: VkBool32
Trait Implementations§
Source§impl Clone for VkDisplayPropertiesKHR
impl Clone for VkDisplayPropertiesKHR
Source§fn clone(&self) -> VkDisplayPropertiesKHR
fn clone(&self) -> VkDisplayPropertiesKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkDisplayPropertiesKHR
impl Default for VkDisplayPropertiesKHR
impl Copy for VkDisplayPropertiesKHR
Auto Trait Implementations§
impl Freeze for VkDisplayPropertiesKHR
impl RefUnwindSafe for VkDisplayPropertiesKHR
impl !Send for VkDisplayPropertiesKHR
impl !Sync for VkDisplayPropertiesKHR
impl Unpin for VkDisplayPropertiesKHR
impl UnwindSafe for VkDisplayPropertiesKHR
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