pub struct AmdDrawIndirectCountFn {
pub cmd_draw_indirect_count_amd: unsafe extern "system" fn(CommandBuffer, Buffer, u64, Buffer, u64, u32, u32),
pub cmd_draw_indexed_indirect_count_amd: unsafe extern "system" fn(CommandBuffer, Buffer, u64, Buffer, u64, u32, u32),
}Fields
cmd_draw_indirect_count_amd: unsafe extern "system" fn(CommandBuffer, Buffer, u64, Buffer, u64, u32, u32)cmd_draw_indexed_indirect_count_amd: unsafe extern "system" fn(CommandBuffer, Buffer, u64, Buffer, u64, u32, u32)Implementations
Trait Implementations
sourceimpl Clone for AmdDrawIndirectCountFn
impl Clone for AmdDrawIndirectCountFn
sourcefn clone(&self) -> AmdDrawIndirectCountFn
fn clone(&self) -> AmdDrawIndirectCountFn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for AmdDrawIndirectCountFn
impl Sync for AmdDrawIndirectCountFn
Auto Trait Implementations
impl RefUnwindSafe for AmdDrawIndirectCountFn
impl Unpin for AmdDrawIndirectCountFn
impl UnwindSafe for AmdDrawIndirectCountFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more