#[repr(C)]pub struct IndirectCommandsExecutionSetTokenEXT {
pub type_: IndirectExecutionSetInfoTypeEXT,
pub shader_stages: ShaderStageFlags,
}Expand description
Fields§
§type_: IndirectExecutionSetInfoTypeEXT§shader_stages: ShaderStageFlagsTrait 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
Source§impl PartialEq for IndirectCommandsExecutionSetTokenEXT
impl PartialEq for IndirectCommandsExecutionSetTokenEXT
Source§fn eq(&self, other: &IndirectCommandsExecutionSetTokenEXT) -> bool
fn eq(&self, other: &IndirectCommandsExecutionSetTokenEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IndirectCommandsExecutionSetTokenEXT
impl Eq for IndirectCommandsExecutionSetTokenEXT
impl StructuralPartialEq 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