Struct ash::vk::SurfaceFormat2KHR [−][src]
#[repr(C)]pub struct SurfaceFormat2KHR { pub s_type: StructureType, pub p_next: *mut c_void, pub surface_format: SurfaceFormatKHR, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
surface_format: SurfaceFormatKHR
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SurfaceFormat2KHR
impl !Send for SurfaceFormat2KHR
impl !Sync for SurfaceFormat2KHR
impl Unpin for SurfaceFormat2KHR
impl UnwindSafe for SurfaceFormat2KHR
Blanket Implementations
Mutably borrows from an owned value. Read more