Struct ash::vk::BindVertexBufferIndirectCommandNV
source · #[repr(C)]pub struct BindVertexBufferIndirectCommandNV {
pub buffer_address: DeviceAddress,
pub size: u32,
pub stride: u32,
}
Expand description
Fields§
§buffer_address: DeviceAddress
§size: u32
§stride: u32
Implementations§
source§impl BindVertexBufferIndirectCommandNV
impl BindVertexBufferIndirectCommandNV
pub fn builder<'a>() -> BindVertexBufferIndirectCommandNVBuilder<'a>
Trait Implementations§
source§impl Clone for BindVertexBufferIndirectCommandNV
impl Clone for BindVertexBufferIndirectCommandNV
source§fn clone(&self) -> BindVertexBufferIndirectCommandNV
fn clone(&self) -> BindVertexBufferIndirectCommandNV
Returns a copy 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 moresource§impl Default for BindVertexBufferIndirectCommandNV
impl Default for BindVertexBufferIndirectCommandNV
source§fn default() -> BindVertexBufferIndirectCommandNV
fn default() -> BindVertexBufferIndirectCommandNV
Returns the “default value” for a type. Read more
impl 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 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