#[repr(C)]pub struct SamplerBorderColorComponentMappingCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub components: ComponentMapping,
pub srgb: Bool32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§components: ComponentMapping§srgb: Bool32Implementations§
Trait Implementations§
source§impl Clone for SamplerBorderColorComponentMappingCreateInfoEXT
impl Clone for SamplerBorderColorComponentMappingCreateInfoEXT
source§fn clone(&self) -> SamplerBorderColorComponentMappingCreateInfoEXT
fn clone(&self) -> SamplerBorderColorComponentMappingCreateInfoEXT
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