#[repr(C)]pub struct VkBindVertexBufferIndirectCommandNV {
pub bufferAddress: VkDeviceAddress,
pub size: u32,
pub stride: u32,
}
Fields§
§bufferAddress: VkDeviceAddress
§size: u32
§stride: u32
Trait 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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkBindVertexBufferIndirectCommandNV
impl Default for VkBindVertexBufferIndirectCommandNV
Source§fn default() -> VkBindVertexBufferIndirectCommandNV
fn default() -> VkBindVertexBufferIndirectCommandNV
Returns the “default value” for a type. Read more
impl 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