#[repr(C)]pub struct VkDisplayProperties2KHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub displayProperties: VkDisplayPropertiesKHR,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§displayProperties: VkDisplayPropertiesKHR
Trait Implementations§
Source§impl Clone for VkDisplayProperties2KHR
impl Clone for VkDisplayProperties2KHR
Source§fn clone(&self) -> VkDisplayProperties2KHR
fn clone(&self) -> VkDisplayProperties2KHR
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 VkDisplayProperties2KHR
impl Default for VkDisplayProperties2KHR
impl Copy for VkDisplayProperties2KHR
Auto Trait Implementations§
impl Freeze for VkDisplayProperties2KHR
impl RefUnwindSafe for VkDisplayProperties2KHR
impl !Send for VkDisplayProperties2KHR
impl !Sync for VkDisplayProperties2KHR
impl Unpin for VkDisplayProperties2KHR
impl UnwindSafe for VkDisplayProperties2KHR
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