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