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