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