#[repr(C)]pub struct VkBindVertexBufferIndirectCommandEXT {
pub bufferAddress: VkDeviceAddress,
pub size: u32,
pub stride: u32,
}
Fields§
§bufferAddress: VkDeviceAddress
§size: u32
§stride: u32
Trait Implementations§
Source§impl Clone for VkBindVertexBufferIndirectCommandEXT
impl Clone for VkBindVertexBufferIndirectCommandEXT
Source§fn clone(&self) -> VkBindVertexBufferIndirectCommandEXT
fn clone(&self) -> VkBindVertexBufferIndirectCommandEXT
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 VkBindVertexBufferIndirectCommandEXT
impl Default for VkBindVertexBufferIndirectCommandEXT
Source§fn default() -> VkBindVertexBufferIndirectCommandEXT
fn default() -> VkBindVertexBufferIndirectCommandEXT
Returns the “default value” for a type. Read more
impl Copy for VkBindVertexBufferIndirectCommandEXT
Auto Trait Implementations§
impl Freeze for VkBindVertexBufferIndirectCommandEXT
impl RefUnwindSafe for VkBindVertexBufferIndirectCommandEXT
impl Send for VkBindVertexBufferIndirectCommandEXT
impl Sync for VkBindVertexBufferIndirectCommandEXT
impl Unpin for VkBindVertexBufferIndirectCommandEXT
impl UnwindSafe for VkBindVertexBufferIndirectCommandEXT
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