Struct rs_pbrt::core::medium::MeasuredSS
source · pub struct MeasuredSS {
pub name: &'static str,
pub sigma_prime_s: [Float; 3],
pub sigma_a: [Float; 3],
}
Fields§
§name: &'static str
§sigma_prime_s: [Float; 3]
§sigma_a: [Float; 3]
Auto Trait Implementations§
impl RefUnwindSafe for MeasuredSS
impl Send for MeasuredSS
impl Sync for MeasuredSS
impl Unpin for MeasuredSS
impl UnwindSafe for MeasuredSS
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