pub struct CieFluxCodes {
pub n1: f64,
pub n2: f64,
pub n3: f64,
pub n4: f64,
pub n5: f64,
}Expand description
CIE Flux Code values
Fields§
§n1: f64N1: % flux in lower hemisphere (0-90°) - equivalent to DLOR
n2: f64N2: % flux in 0-60° zone
n3: f64N3: % flux in 0-40° zone
n4: f64N4: % flux in upper hemisphere (90-180°) - equivalent to ULOR
n5: f64N5: % flux in 90-120° zone (near-horizontal uplight)
Trait Implementations§
Source§impl Clone for CieFluxCodes
impl Clone for CieFluxCodes
Source§fn clone(&self) -> CieFluxCodes
fn clone(&self) -> CieFluxCodes
Returns a duplicate 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 CieFluxCodes
impl Debug for CieFluxCodes
Source§impl Default for CieFluxCodes
impl Default for CieFluxCodes
Source§fn default() -> CieFluxCodes
fn default() -> CieFluxCodes
Returns the “default value” for a type. Read more
Source§impl Display for CieFluxCodes
impl Display for CieFluxCodes
Source§impl PartialEq for CieFluxCodes
impl PartialEq for CieFluxCodes
impl Copy for CieFluxCodes
impl StructuralPartialEq for CieFluxCodes
Auto Trait Implementations§
impl Freeze for CieFluxCodes
impl RefUnwindSafe for CieFluxCodes
impl Send for CieFluxCodes
impl Sync for CieFluxCodes
impl Unpin for CieFluxCodes
impl UnsafeUnpin for CieFluxCodes
impl UnwindSafe for CieFluxCodes
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