Struct ash::vk::SamplerCustomBorderColorCreateInfoEXT
source · #[repr(C)]pub struct SamplerCustomBorderColorCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub custom_border_color: ClearColorValue,
pub format: Format,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§custom_border_color: ClearColorValue
§format: Format
Implementations§
source§impl SamplerCustomBorderColorCreateInfoEXT
impl SamplerCustomBorderColorCreateInfoEXT
pub fn builder<'a>() -> SamplerCustomBorderColorCreateInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for SamplerCustomBorderColorCreateInfoEXT
impl Clone for SamplerCustomBorderColorCreateInfoEXT
source§fn clone(&self) -> SamplerCustomBorderColorCreateInfoEXT
fn clone(&self) -> SamplerCustomBorderColorCreateInfoEXT
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