Struct rust_pathtracer::light::AnalyticalLight
source · pub struct AnalyticalLight {
pub light: Light,
}
Expand description
An analytical light.
Fields§
§light: Light
Implementations§
Trait Implementations§
source§impl Clone for AnalyticalLight
impl Clone for AnalyticalLight
source§fn clone(&self) -> AnalyticalLight
fn clone(&self) -> AnalyticalLight
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 AnalyticalLight
impl Debug for AnalyticalLight
source§impl PartialEq<AnalyticalLight> for AnalyticalLight
impl PartialEq<AnalyticalLight> for AnalyticalLight
source§fn eq(&self, other: &AnalyticalLight) -> bool
fn eq(&self, other: &AnalyticalLight) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.