Struct screen_13::graph::RayTraceAccelerationNode
source · [−]pub struct RayTraceAccelerationNode<P> { /* private fields */ }Trait Implementations
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, RayTraceAccelerationNode<P>, P> for RayTraceAcceleration<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, RayTraceAccelerationNode<P>, P> for RayTraceAcceleration<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> RayTraceAccelerationNode<P>
sourceimpl<P> Bind<&'_ mut RenderGraph<P>, RayTraceAccelerationNode<P>, P> for RayTraceAccelerationBinding<P> where
P: SharedPointerKind,
impl<P> Bind<&'_ mut RenderGraph<P>, RayTraceAccelerationNode<P>, P> for RayTraceAccelerationBinding<P> where
P: SharedPointerKind,
fn bind(self, graph: &mut RenderGraph<P>) -> RayTraceAccelerationNode<P>
sourceimpl<P> Clone for RayTraceAccelerationNode<P>
impl<P> Clone for RayTraceAccelerationNode<P>
sourceimpl<P: Debug> Debug for RayTraceAccelerationNode<P>
impl<P: Debug> Debug for RayTraceAccelerationNode<P>
sourceimpl<'a, P> Index<RayTraceAccelerationNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
impl<'a, P> Index<RayTraceAccelerationNode<P>> for Bindings<'a, P> where
P: SharedPointerKind,
type Output = RayTraceAcceleration<P>
type Output = RayTraceAcceleration<P>
The returned type after indexing.
sourcefn index(&self, node: RayTraceAccelerationNode<P>) -> &Self::Output
fn index(&self, node: RayTraceAccelerationNode<P>) -> &Self::Output
Performs the indexing (container[index]) operation. Read more
sourceimpl<P> Unbind<RenderGraph<P>, RayTraceAccelerationBinding<P>> for RayTraceAccelerationNode<P> where
P: SharedPointerKind + 'static,
impl<P> Unbind<RenderGraph<P>, RayTraceAccelerationBinding<P>> for RayTraceAccelerationNode<P> where
P: SharedPointerKind + 'static,
fn unbind(self, graph: &mut RenderGraph<P>) -> RayTraceAccelerationBinding<P>
impl<P> Copy for RayTraceAccelerationNode<P>
Auto Trait Implementations
impl<P> RefUnwindSafe for RayTraceAccelerationNode<P> where
P: RefUnwindSafe,
impl<P> Send for RayTraceAccelerationNode<P> where
P: Send,
impl<P> Sync for RayTraceAccelerationNode<P> where
P: Sync,
impl<P> Unpin for RayTraceAccelerationNode<P> where
P: Unpin,
impl<P> UnwindSafe for RayTraceAccelerationNode<P> where
P: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more