#[repr(C)]pub struct PipelineViewportSwizzleStateCreateInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: PipelineViewportSwizzleStateCreateFlagsNV,
pub viewport_count: u32,
pub viewport_swizzles: *const ViewportSwizzleNV,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: PipelineViewportSwizzleStateCreateFlagsNVviewport_count: u32viewport_swizzles: *const ViewportSwizzleNVTrait 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 PipelineViewportSwizzleStateCreateInfoNV
impl !Sync for PipelineViewportSwizzleStateCreateInfoNV
Blanket Implementations
Mutably borrows from an owned value. Read more