Struct rs_pbrt::materials::disney::DisneyFakeSS
source · pub struct DisneyFakeSS {
pub r: Spectrum,
pub roughness: Float,
pub sc_opt: Option<Spectrum>,
}
Fields§
§r: Spectrum
§roughness: Float
§sc_opt: Option<Spectrum>
Implementations§
Trait Implementations§
source§impl Clone for DisneyFakeSS
impl Clone for DisneyFakeSS
source§fn clone(&self) -> DisneyFakeSS
fn clone(&self) -> DisneyFakeSS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DisneyFakeSS
impl Debug for DisneyFakeSS
impl Copy for DisneyFakeSS
Auto Trait Implementations§
impl RefUnwindSafe for DisneyFakeSS
impl Send for DisneyFakeSS
impl Sync for DisneyFakeSS
impl Unpin for DisneyFakeSS
impl UnwindSafe for DisneyFakeSS
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