pub struct IndirectCommandsExecutionSetTokenEXTBuilder { /* private fields */ }Expand description
Builder for IndirectCommandsExecutionSetTokenEXT.
Implementations§
Source§impl IndirectCommandsExecutionSetTokenEXTBuilder
impl IndirectCommandsExecutionSetTokenEXTBuilder
pub fn type(self, value: IndirectExecutionSetInfoTypeEXT) -> Self
pub fn shader_stages(self, value: ShaderStageFlags) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndirectCommandsExecutionSetTokenEXTBuilder
impl RefUnwindSafe for IndirectCommandsExecutionSetTokenEXTBuilder
impl Send for IndirectCommandsExecutionSetTokenEXTBuilder
impl Sync for IndirectCommandsExecutionSetTokenEXTBuilder
impl Unpin for IndirectCommandsExecutionSetTokenEXTBuilder
impl UnsafeUnpin for IndirectCommandsExecutionSetTokenEXTBuilder
impl UnwindSafe for IndirectCommandsExecutionSetTokenEXTBuilder
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