#[repr(C)]pub struct BindVertexBufferIndirectCommandEXT {
pub buffer_address: DeviceAddress,
pub size: u32,
pub stride: u32,
}Expand description
Fields§
§buffer_address: DeviceAddress§size: u32§stride: u32Trait 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
Source§impl PartialEq for BindVertexBufferIndirectCommandEXT
impl PartialEq for BindVertexBufferIndirectCommandEXT
Source§fn eq(&self, other: &BindVertexBufferIndirectCommandEXT) -> bool
fn eq(&self, other: &BindVertexBufferIndirectCommandEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BindVertexBufferIndirectCommandEXT
impl Eq for BindVertexBufferIndirectCommandEXT
impl StructuralPartialEq 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