#[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 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 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)