#[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, value: DeviceAddress) -> Self
pub fn size(self, value: u32) -> Self
pub fn stride(self, value: 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 (const: unstable) · 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
Source§impl Default for BindVertexBufferIndirectCommandEXT
Available on crate feature ext_device_generated_commands only.
impl Default for BindVertexBufferIndirectCommandEXT
Available on crate feature
ext_device_generated_commands only.impl Send for BindVertexBufferIndirectCommandEXT
Available on crate feature
ext_device_generated_commands only.impl Sync for BindVertexBufferIndirectCommandEXT
Available on crate feature
ext_device_generated_commands only.Auto Trait Implementations§
impl Freeze for BindVertexBufferIndirectCommandEXT
impl RefUnwindSafe for BindVertexBufferIndirectCommandEXT
impl Unpin for BindVertexBufferIndirectCommandEXT
impl UnsafeUnpin for BindVertexBufferIndirectCommandEXT
impl UnwindSafe for BindVertexBufferIndirectCommandEXT
Blanket Implementations§
impl<T> Alias<T> for T
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