#[repr(C)]pub struct PipelineCoverageModulationStateCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: PipelineCoverageModulationStateCreateFlagsNV,
pub coverage_modulation_mode: CoverageModulationModeNV,
pub coverage_modulation_table_enable: Bool32,
pub coverage_modulation_table_count: u32,
pub p_coverage_modulation_table: *const f32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: PipelineCoverageModulationStateCreateFlagsNV
§coverage_modulation_mode: CoverageModulationModeNV
§coverage_modulation_table_enable: Bool32
§coverage_modulation_table_count: u32
§p_coverage_modulation_table: *const f32
Implementations§
Trait Implementations§
source§impl Clone for PipelineCoverageModulationStateCreateInfoNV
impl Clone for PipelineCoverageModulationStateCreateInfoNV
source§fn clone(&self) -> PipelineCoverageModulationStateCreateInfoNV
fn clone(&self) -> PipelineCoverageModulationStateCreateInfoNV
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 moresource§impl TaggedStructure for PipelineCoverageModulationStateCreateInfoNV
impl TaggedStructure for PipelineCoverageModulationStateCreateInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_COVERAGE_MODULATION_STATE_CREATE_INFO_NV
impl Copy for PipelineCoverageModulationStateCreateInfoNV
impl ExtendsPipelineMultisampleStateCreateInfo for PipelineCoverageModulationStateCreateInfoNV
Auto Trait Implementations§
impl Freeze for PipelineCoverageModulationStateCreateInfoNV
impl RefUnwindSafe for PipelineCoverageModulationStateCreateInfoNV
impl !Send for PipelineCoverageModulationStateCreateInfoNV
impl !Sync for PipelineCoverageModulationStateCreateInfoNV
impl Unpin for PipelineCoverageModulationStateCreateInfoNV
impl UnwindSafe for PipelineCoverageModulationStateCreateInfoNV
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more