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