Struct ash::vk::BufferUsageFlags [−][src]
#[repr(transparent)]pub struct BufferUsageFlags(_);
Expand description
Implementations
Returns whether other
is a subset of self
Can be used as a source of transfer operations
Can be used as a destination of transfer operations
Can be used as TBO
Can be used as IBO
Can be used as UBO
Can be used as SSBO
Can be used as source of fixed-function index fetch (index buffer)
Can be used as source of fixed-function vertex fetch (VBO)
Can be the source of indirect parameters (e.g. indirect buffer, parameter buffer)
Generated from ‘VK_EXT_transform_feedback’
Generated from ‘VK_EXT_transform_feedback’
Generated from ‘VK_EXT_conditional_rendering’
Generated from ‘VK_QCOM_extension_173’
Generated from ‘VK_EXT_buffer_device_address’
Generated from ‘VK_KHR_buffer_device_address’
Generated from ‘VK_VERSION_1_2’
Trait Implementations
type Output = BufferUsageFlags
type Output = BufferUsageFlags
The resulting type after applying the &
operator.
Performs the &
operation. Read more
Performs the &=
operation. Read more
type Output = BufferUsageFlags
type Output = BufferUsageFlags
The resulting type after applying the |
operator.
Performs the |
operation. Read more
Performs the |=
operation. Read more
type Output = BufferUsageFlags
type Output = BufferUsageFlags
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 = BufferUsageFlags
type Output = BufferUsageFlags
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 = BufferUsageFlags
type Output = BufferUsageFlags
The resulting type after applying the -
operator.
Performs the -
operation. Read more
Performs the -=
operation. Read more
Auto Trait Implementations
impl RefUnwindSafe for BufferUsageFlags
impl Send for BufferUsageFlags
impl Sync for BufferUsageFlags
impl Unpin for BufferUsageFlags
impl UnwindSafe for BufferUsageFlags
Blanket Implementations
Mutably borrows from an owned value. Read more