Struct ash::vk::KhrDrawIndirectCountFn
source · pub struct KhrDrawIndirectCountFn {
pub cmd_draw_indirect_count_khr: PFN_vkCmdDrawIndirectCount,
pub cmd_draw_indexed_indirect_count_khr: PFN_vkCmdDrawIndexedIndirectCount,
}
Fields§
§cmd_draw_indirect_count_khr: PFN_vkCmdDrawIndirectCount
§cmd_draw_indexed_indirect_count_khr: PFN_vkCmdDrawIndexedIndirectCount
Implementations§
Trait Implementations§
source§impl Clone for KhrDrawIndirectCountFn
impl Clone for KhrDrawIndirectCountFn
source§fn clone(&self) -> KhrDrawIndirectCountFn
fn clone(&self) -> KhrDrawIndirectCountFn
Returns a copy 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 moreimpl Send for KhrDrawIndirectCountFn
impl Sync for KhrDrawIndirectCountFn
Auto Trait Implementations§
impl Freeze for KhrDrawIndirectCountFn
impl RefUnwindSafe for KhrDrawIndirectCountFn
impl Unpin for KhrDrawIndirectCountFn
impl UnwindSafe for KhrDrawIndirectCountFn
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