Struct ash::vk::types::SubpassDependency [] [src]

#[repr(C)]
pub struct SubpassDependency { pub src_subpass: uint32_t, pub dst_subpass: uint32_t, pub src_stage_mask: PipelineStageFlags, pub dst_stage_mask: PipelineStageFlags, pub src_access_mask: AccessFlags, pub dst_access_mask: AccessFlags, pub dependency_flags: DependencyFlags, }

Fields

Trait Implementations

impl Debug for SubpassDependency
[src]

[src]

Formats the value using the given formatter.

impl Clone for SubpassDependency
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for SubpassDependency
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more