#[repr(C)]pub struct VkIndirectCommandsIndexBufferTokenEXT {
pub mode: VkIndirectCommandsInputModeFlagBitsEXT,
}
Fields§
§mode: VkIndirectCommandsInputModeFlagBitsEXT
Trait Implementations§
Source§impl Clone for VkIndirectCommandsIndexBufferTokenEXT
impl Clone for VkIndirectCommandsIndexBufferTokenEXT
Source§fn clone(&self) -> VkIndirectCommandsIndexBufferTokenEXT
fn clone(&self) -> VkIndirectCommandsIndexBufferTokenEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkIndirectCommandsIndexBufferTokenEXT
Auto Trait Implementations§
impl Freeze for VkIndirectCommandsIndexBufferTokenEXT
impl RefUnwindSafe for VkIndirectCommandsIndexBufferTokenEXT
impl Send for VkIndirectCommandsIndexBufferTokenEXT
impl Sync for VkIndirectCommandsIndexBufferTokenEXT
impl Unpin for VkIndirectCommandsIndexBufferTokenEXT
impl UnwindSafe for VkIndirectCommandsIndexBufferTokenEXT
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