#[repr(C)]pub struct VkBindIndexBufferIndirectCommandNV {
pub bufferAddress: VkDeviceAddress,
pub size: u32,
pub indexType: VkIndexType,
}
Fields§
§bufferAddress: VkDeviceAddress
§size: u32
§indexType: VkIndexType
Trait Implementations§
Source§impl Clone for VkBindIndexBufferIndirectCommandNV
impl Clone for VkBindIndexBufferIndirectCommandNV
Source§fn clone(&self) -> VkBindIndexBufferIndirectCommandNV
fn clone(&self) -> VkBindIndexBufferIndirectCommandNV
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 VkBindIndexBufferIndirectCommandNV
Auto Trait Implementations§
impl Freeze for VkBindIndexBufferIndirectCommandNV
impl RefUnwindSafe for VkBindIndexBufferIndirectCommandNV
impl Send for VkBindIndexBufferIndirectCommandNV
impl Sync for VkBindIndexBufferIndirectCommandNV
impl Unpin for VkBindIndexBufferIndirectCommandNV
impl UnwindSafe for VkBindIndexBufferIndirectCommandNV
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