pub struct ExternalComputeQueueNV(/* private fields */);Expand description
Trait Implementations§
Source§impl Clone for ExternalComputeQueueNV
impl Clone for ExternalComputeQueueNV
Source§fn clone(&self) -> ExternalComputeQueueNV
fn clone(&self) -> ExternalComputeQueueNV
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 Debug for ExternalComputeQueueNV
impl Debug for ExternalComputeQueueNV
Source§impl Default for ExternalComputeQueueNV
impl Default for ExternalComputeQueueNV
Source§impl Handle for ExternalComputeQueueNV
impl Handle for ExternalComputeQueueNV
Source§impl Hash for ExternalComputeQueueNV
impl Hash for ExternalComputeQueueNV
Source§impl PartialEq for ExternalComputeQueueNV
impl PartialEq for ExternalComputeQueueNV
impl Copy for ExternalComputeQueueNV
impl Eq for ExternalComputeQueueNV
impl StructuralPartialEq for ExternalComputeQueueNV
Auto Trait Implementations§
impl Freeze for ExternalComputeQueueNV
impl RefUnwindSafe for ExternalComputeQueueNV
impl Send for ExternalComputeQueueNV
impl Sync for ExternalComputeQueueNV
impl Unpin for ExternalComputeQueueNV
impl UnwindSafe for ExternalComputeQueueNV
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<H> DispatchableHandle for H
impl<H> DispatchableHandle for H
Source§unsafe fn dispatch_key(self) -> usize
unsafe fn dispatch_key(self) -> usize
Gets the dispatch key for this dispatchable handle. Read more