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: StructureTypep_next: *mut c_voidsurface_format: SurfaceFormatKHRImplementations
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