#[repr(C)]pub struct IndirectCommandsIndexBufferTokenEXT {
pub mode: IndirectCommandsInputModeFlagBitsEXT,
}Expand description
VkIndirectCommandsIndexBufferTokenEXT
Provided by VK_EXT_device_generated_commands.
Fields§
§mode: IndirectCommandsInputModeFlagBitsEXTImplementations§
Source§impl IndirectCommandsIndexBufferTokenEXT
impl IndirectCommandsIndexBufferTokenEXT
Sourcepub fn builder() -> IndirectCommandsIndexBufferTokenEXTBuilder
pub fn builder() -> IndirectCommandsIndexBufferTokenEXTBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for IndirectCommandsIndexBufferTokenEXT
impl Clone for IndirectCommandsIndexBufferTokenEXT
Source§fn clone(&self) -> IndirectCommandsIndexBufferTokenEXT
fn clone(&self) -> IndirectCommandsIndexBufferTokenEXT
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 moreimpl Copy for IndirectCommandsIndexBufferTokenEXT
Auto Trait Implementations§
impl Freeze for IndirectCommandsIndexBufferTokenEXT
impl RefUnwindSafe for IndirectCommandsIndexBufferTokenEXT
impl Send for IndirectCommandsIndexBufferTokenEXT
impl Sync for IndirectCommandsIndexBufferTokenEXT
impl Unpin for IndirectCommandsIndexBufferTokenEXT
impl UnsafeUnpin for IndirectCommandsIndexBufferTokenEXT
impl UnwindSafe for IndirectCommandsIndexBufferTokenEXT
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