pub(crate) struct DynComputePass(Arc<dyn ComputePassInterface>);
Available on
custom
only.Tuple Fields§
§0: Arc<dyn ComputePassInterface>
Implementations§
Source§impl DynComputePass
impl DynComputePass
pub(crate) fn new<T: ComputePassInterface>(t: T) -> Self
Trait Implementations§
Source§impl Debug for DynComputePass
impl Debug for DynComputePass
Source§impl Deref for DynComputePass
impl Deref for DynComputePass
Source§impl DerefMut for DynComputePass
impl DerefMut for DynComputePass
Source§impl Hash for DynComputePass
impl Hash for DynComputePass
Source§impl Ord for DynComputePass
impl Ord for DynComputePass
Source§impl PartialEq for DynComputePass
impl PartialEq for DynComputePass
Source§impl PartialOrd for DynComputePass
impl PartialOrd for DynComputePass
impl Eq for DynComputePass
Auto Trait Implementations§
impl Freeze for DynComputePass
impl !RefUnwindSafe for DynComputePass
impl Send for DynComputePass
impl Sync for DynComputePass
impl Unpin for DynComputePass
impl !UnwindSafe for DynComputePass
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.