#[repr(C)]pub struct ExternalComputeQueueNV<D: Dispatcher = DynamicDispatcher, A: Allocator = DefaultAllocator> { /* private fields */ }Expand description
Implementations§
Source§impl<D: Dispatcher, A: Allocator> ExternalComputeQueueNV<D, A>
impl<D: Dispatcher, A: Allocator> ExternalComputeQueueNV<D, A>
pub unsafe fn from_inner( handle: ExternalComputeQueueNV, disp: D, alloc: A, ) -> Self
pub fn get_dispatcher(&self) -> &D
pub fn get_allocator(&self) -> &A
Trait Implementations§
Source§impl<D: Clone + Dispatcher, A: Clone + Allocator> Clone for ExternalComputeQueueNV<D, A>
impl<D: Clone + Dispatcher, A: Clone + Allocator> Clone for ExternalComputeQueueNV<D, A>
Source§fn clone(&self) -> ExternalComputeQueueNV<D, A>
fn clone(&self) -> ExternalComputeQueueNV<D, A>
Returns a duplicate 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 moreSource§impl<D: Dispatcher, A: Allocator> Deref for ExternalComputeQueueNV<D, A>
impl<D: Dispatcher, A: Allocator> Deref for ExternalComputeQueueNV<D, A>
impl Alias<ExternalComputeQueueNV> for ExternalComputeQueueNV
impl<D, A> Copy for ExternalComputeQueueNV<D, A>
Auto Trait Implementations§
impl<D, A> Freeze for ExternalComputeQueueNV<D, A>
impl<D, A> RefUnwindSafe for ExternalComputeQueueNV<D, A>where
D: RefUnwindSafe,
A: RefUnwindSafe,
impl<D, A> Send for ExternalComputeQueueNV<D, A>
impl<D, A> Sync for ExternalComputeQueueNV<D, A>
impl<D, A> Unpin for ExternalComputeQueueNV<D, A>
impl<D, A> UnwindSafe for ExternalComputeQueueNV<D, A>where
D: UnwindSafe,
A: UnwindSafe,
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