Struct ash::vk::SurfaceFormat2KHR
source · #[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§
source§impl SurfaceFormat2KHR
impl SurfaceFormat2KHR
pub fn builder<'a>() -> SurfaceFormat2KHRBuilder<'a>
Trait Implementations§
source§impl Clone for SurfaceFormat2KHR
impl Clone for SurfaceFormat2KHR
source§fn clone(&self) -> SurfaceFormat2KHR
fn clone(&self) -> SurfaceFormat2KHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more