pub(crate) struct DynRenderPass(Arc<dyn RenderPassInterface>);
Available on
custom
only.Tuple Fields§
§0: Arc<dyn RenderPassInterface>
Implementations§
Source§impl DynRenderPass
impl DynRenderPass
pub(crate) fn new<T: RenderPassInterface>(t: T) -> Self
Trait Implementations§
Source§impl Debug for DynRenderPass
impl Debug for DynRenderPass
Source§impl Deref for DynRenderPass
impl Deref for DynRenderPass
Source§impl DerefMut for DynRenderPass
impl DerefMut for DynRenderPass
Source§impl Hash for DynRenderPass
impl Hash for DynRenderPass
Source§impl Ord for DynRenderPass
impl Ord for DynRenderPass
Source§impl PartialEq for DynRenderPass
impl PartialEq for DynRenderPass
Source§impl PartialOrd for DynRenderPass
impl PartialOrd for DynRenderPass
impl Eq for DynRenderPass
Auto Trait Implementations§
impl Freeze for DynRenderPass
impl !RefUnwindSafe for DynRenderPass
impl Send for DynRenderPass
impl Sync for DynRenderPass
impl Unpin for DynRenderPass
impl !UnwindSafe for DynRenderPass
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.