#[repr(C)]pub struct VkBindIndexBufferIndirectCommandEXT {
pub bufferAddress: VkDeviceAddress,
pub size: u32,
pub indexType: VkIndexType,
}
Fields§
§bufferAddress: VkDeviceAddress
§size: u32
§indexType: VkIndexType
Trait Implementations§
Source§impl Clone for VkBindIndexBufferIndirectCommandEXT
impl Clone for VkBindIndexBufferIndirectCommandEXT
Source§fn clone(&self) -> VkBindIndexBufferIndirectCommandEXT
fn clone(&self) -> VkBindIndexBufferIndirectCommandEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkBindIndexBufferIndirectCommandEXT
Auto Trait Implementations§
impl Freeze for VkBindIndexBufferIndirectCommandEXT
impl RefUnwindSafe for VkBindIndexBufferIndirectCommandEXT
impl Send for VkBindIndexBufferIndirectCommandEXT
impl Sync for VkBindIndexBufferIndirectCommandEXT
impl Unpin for VkBindIndexBufferIndirectCommandEXT
impl UnwindSafe for VkBindIndexBufferIndirectCommandEXT
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