Struct rs_pbrt::integrators::sppm::SPPMPixelListNode
source · pub struct SPPMPixelListNode<'p> {
pub pixel: &'p SPPMPixel,
pub next: AtomSetOnce<Arc<SPPMPixelListNode<'p>>>,
}
Fields§
§pixel: &'p SPPMPixel
§next: AtomSetOnce<Arc<SPPMPixelListNode<'p>>>
Implementations§
Auto Trait Implementations§
impl<'p> !RefUnwindSafe for SPPMPixelListNode<'p>
impl<'p> Send for SPPMPixelListNode<'p>
impl<'p> Sync for SPPMPixelListNode<'p>
impl<'p> Unpin for SPPMPixelListNode<'p>
impl<'p> !UnwindSafe for SPPMPixelListNode<'p>
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