Struct ash::vk::SubpassShadingPipelineCreateInfoHUAWEI
source · #[repr(C)]pub struct SubpassShadingPipelineCreateInfoHUAWEI {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub render_pass: RenderPass,
pub subpass: u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§render_pass: RenderPass
§subpass: u32
Implementations§
source§impl SubpassShadingPipelineCreateInfoHUAWEI
impl SubpassShadingPipelineCreateInfoHUAWEI
pub fn builder<'a>() -> SubpassShadingPipelineCreateInfoHUAWEIBuilder<'a>
Trait Implementations§
source§impl Clone for SubpassShadingPipelineCreateInfoHUAWEI
impl Clone for SubpassShadingPipelineCreateInfoHUAWEI
source§fn clone(&self) -> SubpassShadingPipelineCreateInfoHUAWEI
fn clone(&self) -> SubpassShadingPipelineCreateInfoHUAWEI
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 SubpassShadingPipelineCreateInfoHUAWEI
impl TaggedStructure for SubpassShadingPipelineCreateInfoHUAWEI
const STRUCTURE_TYPE: StructureType = StructureType::SUBPASS_SHADING_PIPELINE_CREATE_INFO_HUAWEI
impl Copy for SubpassShadingPipelineCreateInfoHUAWEI
impl ExtendsComputePipelineCreateInfo for SubpassShadingPipelineCreateInfoHUAWEI
Auto Trait Implementations§
impl Freeze for SubpassShadingPipelineCreateInfoHUAWEI
impl RefUnwindSafe for SubpassShadingPipelineCreateInfoHUAWEI
impl !Send for SubpassShadingPipelineCreateInfoHUAWEI
impl !Sync for SubpassShadingPipelineCreateInfoHUAWEI
impl Unpin for SubpassShadingPipelineCreateInfoHUAWEI
impl UnwindSafe for SubpassShadingPipelineCreateInfoHUAWEI
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