#[repr(C)]pub struct BindVertexBufferIndirectCommandEXT {
pub buffer_address: DeviceAddress,
pub size: u32,
pub stride: u32,
}Expand description
Fields§
§buffer_address: DeviceAddress§size: u32§stride: u32Implementations§
Source§impl BindVertexBufferIndirectCommandEXT
impl BindVertexBufferIndirectCommandEXT
pub fn buffer_address(self, buffer_address: DeviceAddress) -> Self
pub fn size(self, size: u32) -> Self
pub fn stride(self, stride: u32) -> Self
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 moreSource§impl Default for BindVertexBufferIndirectCommandEXT
impl Default for BindVertexBufferIndirectCommandEXT
Source§fn default() -> BindVertexBufferIndirectCommandEXT
fn default() -> BindVertexBufferIndirectCommandEXT
Returns the “default value” for a type. Read more
impl 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 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