Struct ash::vk::AmdDrawIndirectCountFn
source · pub struct AmdDrawIndirectCountFn {
pub cmd_draw_indirect_count_amd: PFN_vkCmdDrawIndirectCount,
pub cmd_draw_indexed_indirect_count_amd: PFN_vkCmdDrawIndexedIndirectCount,
}
Fields§
§cmd_draw_indirect_count_amd: PFN_vkCmdDrawIndirectCount
§cmd_draw_indexed_indirect_count_amd: PFN_vkCmdDrawIndexedIndirectCount
Implementations§
Trait Implementations§
source§impl Clone for AmdDrawIndirectCountFn
impl Clone for AmdDrawIndirectCountFn
source§fn clone(&self) -> AmdDrawIndirectCountFn
fn clone(&self) -> AmdDrawIndirectCountFn
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 AmdDrawIndirectCountFn
impl Sync for AmdDrawIndirectCountFn
Auto Trait Implementations§
impl RefUnwindSafe for AmdDrawIndirectCountFn
impl Unpin for AmdDrawIndirectCountFn
impl UnwindSafe for AmdDrawIndirectCountFn
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