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