Enum rs_pbrt::core::reflection::Fresnel
source · pub enum Fresnel {
NoOp(FresnelNoOp),
Conductor(FresnelConductor),
Dielectric(FresnelDielectric),
Disney(DisneyFresnel),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Fresnel
impl Send for Fresnel
impl Sync for Fresnel
impl Unpin for Fresnel
impl UnwindSafe for Fresnel
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