#[repr(C)]pub struct VkIndirectCommandsTokenNVX {
pub tokenType: VkIndirectCommandsTokenTypeNVX,
pub buffer: VkBuffer,
pub offset: VkDeviceSize,
}Fields§
§tokenType: VkIndirectCommandsTokenTypeNVX§buffer: VkBuffer§offset: VkDeviceSizeTrait Implementations§
Source§impl Clone for VkIndirectCommandsTokenNVX
impl Clone for VkIndirectCommandsTokenNVX
Source§fn clone(&self) -> VkIndirectCommandsTokenNVX
fn clone(&self) -> VkIndirectCommandsTokenNVX
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 VkIndirectCommandsTokenNVX
Auto Trait Implementations§
impl Freeze for VkIndirectCommandsTokenNVX
impl RefUnwindSafe for VkIndirectCommandsTokenNVX
impl !Send for VkIndirectCommandsTokenNVX
impl !Sync for VkIndirectCommandsTokenNVX
impl Unpin for VkIndirectCommandsTokenNVX
impl UnwindSafe for VkIndirectCommandsTokenNVX
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