#[repr(C)]pub struct IndexBufferView {
pub location: u64,
pub size_bytes: u32,
pub format: u32,
}Expand description
Structure of arguments which can be used to change an index buffer during execute_indirect
Fields§
§location: u64§size_bytes: u32§format: u32Trait Implementations§
Source§impl Clone for IndexBufferView
impl Clone for IndexBufferView
Source§fn clone(&self) -> IndexBufferView
fn clone(&self) -> IndexBufferView
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 IndexBufferView
Auto Trait Implementations§
impl Freeze for IndexBufferView
impl RefUnwindSafe for IndexBufferView
impl Send for IndexBufferView
impl Sync for IndexBufferView
impl Unpin for IndexBufferView
impl UnsafeUnpin for IndexBufferView
impl UnwindSafe for IndexBufferView
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