#[repr(C)]
pub union VkIndirectCommandsTokenDataEXT {
pub pPushConstant: *const VkIndirectCommandsPushConstantTokenEXT,
pub pVertexBuffer: *const VkIndirectCommandsVertexBufferTokenEXT,
pub pIndexBuffer: *const VkIndirectCommandsIndexBufferTokenEXT,
pub pExecutionSet: *const VkIndirectCommandsExecutionSetTokenEXT,
}
Fields§
§pPushConstant: *const VkIndirectCommandsPushConstantTokenEXT
§pVertexBuffer: *const VkIndirectCommandsVertexBufferTokenEXT
§pIndexBuffer: *const VkIndirectCommandsIndexBufferTokenEXT
§pExecutionSet: *const VkIndirectCommandsExecutionSetTokenEXT
Trait Implementations§
Source§impl Clone for VkIndirectCommandsTokenDataEXT
impl Clone for VkIndirectCommandsTokenDataEXT
Source§fn clone(&self) -> VkIndirectCommandsTokenDataEXT
fn clone(&self) -> VkIndirectCommandsTokenDataEXT
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 VkIndirectCommandsTokenDataEXT
Auto Trait Implementations§
impl Freeze for VkIndirectCommandsTokenDataEXT
impl RefUnwindSafe for VkIndirectCommandsTokenDataEXT
impl !Send for VkIndirectCommandsTokenDataEXT
impl !Sync for VkIndirectCommandsTokenDataEXT
impl Unpin for VkIndirectCommandsTokenDataEXT
impl UnwindSafe for VkIndirectCommandsTokenDataEXT
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