Struct rs_pbrt::materials::disney::DisneyRetro
source · pub struct DisneyRetro {
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 DisneyRetro
impl Clone for DisneyRetro
source§fn clone(&self) -> DisneyRetro
fn clone(&self) -> DisneyRetro
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 DisneyRetro
impl Debug for DisneyRetro
impl Copy for DisneyRetro
Auto Trait Implementations§
impl RefUnwindSafe for DisneyRetro
impl Send for DisneyRetro
impl Sync for DisneyRetro
impl Unpin for DisneyRetro
impl UnwindSafe for DisneyRetro
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