#[repr(C)]pub struct IndirectCommandsExecutionSetTokenEXT {
pub ty: IndirectExecutionSetInfoTypeEXT,
pub shader_stages: ShaderStageFlags,
}Expand description
Fields§
§ty: IndirectExecutionSetInfoTypeEXT§shader_stages: ShaderStageFlagsImplementations§
Source§impl IndirectCommandsExecutionSetTokenEXT
impl IndirectCommandsExecutionSetTokenEXT
pub fn ty(self, ty: IndirectExecutionSetInfoTypeEXT) -> Self
pub fn shader_stages(self, shader_stages: ShaderStageFlags) -> Self
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 moreSource§impl Default for IndirectCommandsExecutionSetTokenEXT
impl Default for IndirectCommandsExecutionSetTokenEXT
Source§fn default() -> IndirectCommandsExecutionSetTokenEXT
fn default() -> IndirectCommandsExecutionSetTokenEXT
Returns the “default value” for a type. Read more
impl 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 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