#[repr(C)]pub struct PipelineColorWriteCreateInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub attachment_count: u32,
pub color_write_enables: *const Bool32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidattachment_count: u32color_write_enables: *const Bool32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for PipelineColorWriteCreateInfoEXT
impl !Sync for PipelineColorWriteCreateInfoEXT
impl Unpin for PipelineColorWriteCreateInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more