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