#[repr(C)]pub union IndirectCommandsTokenDataEXT {
pub push_constant: *const IndirectCommandsPushConstantTokenEXT,
pub vertex_buffer: *const IndirectCommandsVertexBufferTokenEXT,
pub index_buffer: *const IndirectCommandsIndexBufferTokenEXT,
pub execution_set: *const IndirectCommandsExecutionSetTokenEXT,
}Expand description
Fields§
§push_constant: *const IndirectCommandsPushConstantTokenEXT§vertex_buffer: *const IndirectCommandsVertexBufferTokenEXT§index_buffer: *const IndirectCommandsIndexBufferTokenEXT§execution_set: *const IndirectCommandsExecutionSetTokenEXTTrait Implementations§
Source§impl Clone for IndirectCommandsTokenDataEXT
impl Clone for IndirectCommandsTokenDataEXT
Source§fn clone(&self) -> IndirectCommandsTokenDataEXT
fn clone(&self) -> IndirectCommandsTokenDataEXT
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 Debug for IndirectCommandsTokenDataEXT
impl Debug for IndirectCommandsTokenDataEXT
impl Copy for IndirectCommandsTokenDataEXT
Auto Trait Implementations§
impl Freeze for IndirectCommandsTokenDataEXT
impl RefUnwindSafe for IndirectCommandsTokenDataEXT
impl !Send for IndirectCommandsTokenDataEXT
impl !Sync for IndirectCommandsTokenDataEXT
impl Unpin for IndirectCommandsTokenDataEXT
impl UnwindSafe for IndirectCommandsTokenDataEXT
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