pub struct IndirectCommandsExecutionSetTokenEXTBuilder { /* private fields */ }Expand description
Builder for IndirectCommandsExecutionSetTokenEXT.
Implementations§
Source§impl IndirectCommandsExecutionSetTokenEXTBuilder
impl IndirectCommandsExecutionSetTokenEXTBuilder
pub fn type( self, value: IndirectExecutionSetInfoTypeEXT, ) -> IndirectCommandsExecutionSetTokenEXTBuilder
pub fn shader_stages( self, value: ShaderStageFlagBits, ) -> IndirectCommandsExecutionSetTokenEXTBuilder
Trait Implementations§
Source§impl Deref for IndirectCommandsExecutionSetTokenEXTBuilder
impl Deref for IndirectCommandsExecutionSetTokenEXTBuilder
Source§type Target = IndirectCommandsExecutionSetTokenEXT
type Target = IndirectCommandsExecutionSetTokenEXT
The resulting type after dereferencing.
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