Struct ash::vk::AccessFlags [−][src]
#[repr(transparent)]pub struct AccessFlags(_);
Expand description
Implementations
Returns whether other
is a subset of self
Controls coherency of indirect command reads
Controls coherency of index reads
Controls coherency of vertex attribute reads
Controls coherency of uniform buffer reads
Controls coherency of input attachment reads
Controls coherency of shader reads
Controls coherency of shader writes
Controls coherency of color attachment reads
Controls coherency of color attachment writes
Controls coherency of depth/stencil attachment reads
Controls coherency of depth/stencil attachment writes
Controls coherency of transfer reads
Controls coherency of transfer writes
Controls coherency of host writes
Controls coherency of memory reads
Controls coherency of memory writes
Generated from ‘VK_EXT_transform_feedback’
Generated from ‘VK_EXT_transform_feedback’
Generated from ‘VK_EXT_transform_feedback’
Generated from ‘VK_EXT_conditional_rendering’
Generated from ‘VK_EXT_blend_operation_advanced’
Generated from ‘VK_KHR_ray_tracing’
Generated from ‘VK_KHR_ray_tracing’
Generated from ‘VK_NV_shading_rate_image’
Generated from ‘VK_NV_ray_tracing’
Generated from ‘VK_NV_ray_tracing’
Generated from ‘VK_EXT_fragment_density_map’
Generated from ‘VK_NV_device_generated_commands’
Generated from ‘VK_NV_device_generated_commands’
Trait Implementations
type Output = AccessFlags
type Output = AccessFlags
The resulting type after applying the &
operator.
Performs the &
operation. Read more
Performs the &=
operation. Read more
type Output = AccessFlags
type Output = AccessFlags
The resulting type after applying the |
operator.
Performs the |
operation. Read more
Performs the |=
operation. Read more
type Output = AccessFlags
type Output = AccessFlags
The resulting type after applying the ^
operator.
Performs the ^
operation. Read more
Performs the ^=
operation. Read more
Returns the “default value” for a type. Read more
type Output = AccessFlags
type Output = AccessFlags
The resulting type after applying the !
operator.
Performs the unary !
operation. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
type Output = AccessFlags
type Output = AccessFlags
The resulting type after applying the -
operator.
Performs the -
operation. Read more
Performs the -=
operation. Read more
Auto Trait Implementations
impl RefUnwindSafe for AccessFlags
impl Send for AccessFlags
impl Sync for AccessFlags
impl Unpin for AccessFlags
impl UnwindSafe for AccessFlags
Blanket Implementations
Mutably borrows from an owned value. Read more