pub enum Elastic {
HenyeyGreenstein(ScatterDir),
Mie(ScatterDir),
Rayleigh(ScatterDir),
SphericalCdf(ScatterDir),
}Expand description
Elastic scattering events with direction and phase function model.
Variants§
Trait Implementations§
impl StructuralPartialEq for Elastic
Auto Trait Implementations§
impl Freeze for Elastic
impl RefUnwindSafe for Elastic
impl Send for Elastic
impl Sync for Elastic
impl Unpin for Elastic
impl UnsafeUnpin for Elastic
impl UnwindSafe for Elastic
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