Struct ash::vk::SamplerReductionModeCreateInfo [−][src]
#[repr(C)]pub struct SamplerReductionModeCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub reduction_mode: SamplerReductionMode, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidreduction_mode: SamplerReductionModeImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for SamplerReductionModeCreateInfo
impl !Sync for SamplerReductionModeCreateInfo
impl Unpin for SamplerReductionModeCreateInfo
impl UnwindSafe for SamplerReductionModeCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more