#[repr(C)]pub struct VkSurfaceFormat2KHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub surfaceFormat: VkSurfaceFormatKHR,
}Expand description
struct VkSurfaceFormat2KHR from VK_KHR_get_surface_capabilities2
Fields§
§sType: VkStructureType§pNext: *mut c_void§surfaceFormat: VkSurfaceFormatKHRTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkSurfaceFormat2KHR
Auto Trait Implementations§
impl !Send for VkSurfaceFormat2KHR
impl !Sync for VkSurfaceFormat2KHR
impl Freeze for VkSurfaceFormat2KHR
impl RefUnwindSafe for VkSurfaceFormat2KHR
impl Unpin for VkSurfaceFormat2KHR
impl UnsafeUnpin 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