#[repr(C)]pub struct IndirectCommandsExecutionSetTokenEXT {
pub type: IndirectExecutionSetInfoTypeEXT,
pub shader_stages: ShaderStageFlags,
}Expand description
VkIndirectCommandsExecutionSetTokenEXT
Provided by VK_EXT_device_generated_commands.
Fields§
§type: IndirectExecutionSetInfoTypeEXT§shader_stages: ShaderStageFlagsImplementations§
Source§impl IndirectCommandsExecutionSetTokenEXT
impl IndirectCommandsExecutionSetTokenEXT
Sourcepub fn builder() -> IndirectCommandsExecutionSetTokenEXTBuilder
pub fn builder() -> IndirectCommandsExecutionSetTokenEXTBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for IndirectCommandsExecutionSetTokenEXT
impl Clone for IndirectCommandsExecutionSetTokenEXT
Source§fn clone(&self) -> IndirectCommandsExecutionSetTokenEXT
fn clone(&self) -> IndirectCommandsExecutionSetTokenEXT
Returns a duplicate 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 moreimpl Copy for IndirectCommandsExecutionSetTokenEXT
Auto Trait Implementations§
impl Freeze for IndirectCommandsExecutionSetTokenEXT
impl RefUnwindSafe for IndirectCommandsExecutionSetTokenEXT
impl Send for IndirectCommandsExecutionSetTokenEXT
impl Sync for IndirectCommandsExecutionSetTokenEXT
impl Unpin for IndirectCommandsExecutionSetTokenEXT
impl UnsafeUnpin for IndirectCommandsExecutionSetTokenEXT
impl UnwindSafe for IndirectCommandsExecutionSetTokenEXT
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