#[repr(C)]pub struct SamplerBorderColorComponentMappingCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub components: ComponentMapping,
pub srgb: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidcomponents: ComponentMappingsrgb: u32Implementations
Trait Implementations
sourceimpl Clone for SamplerBorderColorComponentMappingCreateInfoEXT
impl Clone for SamplerBorderColorComponentMappingCreateInfoEXT
sourcefn clone(&self) -> SamplerBorderColorComponentMappingCreateInfoEXT
fn clone(&self) -> SamplerBorderColorComponentMappingCreateInfoEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for SamplerBorderColorComponentMappingCreateInfoEXT
impl Default for SamplerBorderColorComponentMappingCreateInfoEXT
sourcefn default() -> SamplerBorderColorComponentMappingCreateInfoEXT
fn default() -> SamplerBorderColorComponentMappingCreateInfoEXT
Returns the “default value” for a type. Read more
impl Copy for SamplerBorderColorComponentMappingCreateInfoEXT
impl ExtendsSamplerCreateInfo for SamplerBorderColorComponentMappingCreateInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for SamplerBorderColorComponentMappingCreateInfoEXT
impl !Send for SamplerBorderColorComponentMappingCreateInfoEXT
impl !Sync for SamplerBorderColorComponentMappingCreateInfoEXT
impl Unpin for SamplerBorderColorComponentMappingCreateInfoEXT
impl UnwindSafe for SamplerBorderColorComponentMappingCreateInfoEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more