#[repr(C)]pub struct BindVertexBufferIndirectCommandNV {
pub buffer_address: u64,
pub size: u32,
pub stride: u32,
}Expand description
VkBindVertexBufferIndirectCommandNV
Provided by VK_NV_device_generated_commands.
Fields§
§buffer_address: u64§size: u32§stride: u32Implementations§
Source§impl BindVertexBufferIndirectCommandNV
impl BindVertexBufferIndirectCommandNV
Sourcepub fn builder() -> BindVertexBufferIndirectCommandNVBuilder
pub fn builder() -> BindVertexBufferIndirectCommandNVBuilder
Start building this struct.
Trait Implementations§
Source§impl Clone for BindVertexBufferIndirectCommandNV
impl Clone for BindVertexBufferIndirectCommandNV
Source§fn clone(&self) -> BindVertexBufferIndirectCommandNV
fn clone(&self) -> BindVertexBufferIndirectCommandNV
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 BindVertexBufferIndirectCommandNV
Auto Trait Implementations§
impl Freeze for BindVertexBufferIndirectCommandNV
impl RefUnwindSafe for BindVertexBufferIndirectCommandNV
impl Send for BindVertexBufferIndirectCommandNV
impl Sync for BindVertexBufferIndirectCommandNV
impl Unpin for BindVertexBufferIndirectCommandNV
impl UnsafeUnpin for BindVertexBufferIndirectCommandNV
impl UnwindSafe for BindVertexBufferIndirectCommandNV
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