Struct rustracer::imagetracer::Rays
source · struct Rays {
seq: u64,
rays: Vec<Ray>,
}
Fields§
§seq: u64
Pcg
init_seq
for each pixel.
rays: Vec<Ray>
Rays for each pixel.
Auto Trait Implementations§
impl RefUnwindSafe for Rays
impl Send for Rays
impl Sync for Rays
impl Unpin for Rays
impl UnwindSafe for Rays
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