pub enum MCRT {
Interface(Interface),
Reflector(Reflector),
Material(Material),
}Expand description
MCRT (Monte Carlo Radiative Transfer) event with associated source ID.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MCRT
impl RefUnwindSafe for MCRT
impl Send for MCRT
impl Sync for MCRT
impl Unpin for MCRT
impl UnsafeUnpin for MCRT
impl UnwindSafe for MCRT
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