pub enum TypeIndicator {
PointSourceSymmetric = 1,
Linear = 2,
PointSourceOther = 3,
}Expand description
Type indicator for the luminaire.
Defines the type of light source and its symmetry characteristics.
Variants§
PointSourceSymmetric = 1
Point source with symmetry about the vertical axis (Ityp = 1)
Linear = 2
Linear luminaire (Ityp = 2)
PointSourceOther = 3
Point source with any other symmetry (Ityp = 3)
Implementations§
Trait Implementations§
Source§impl Clone for TypeIndicator
impl Clone for TypeIndicator
Source§fn clone(&self) -> TypeIndicator
fn clone(&self) -> TypeIndicator
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 TypeIndicator
impl Debug for TypeIndicator
Source§impl Default for TypeIndicator
impl Default for TypeIndicator
Source§fn default() -> TypeIndicator
fn default() -> TypeIndicator
Returns the “default value” for a type. Read more
Source§impl PartialEq for TypeIndicator
impl PartialEq for TypeIndicator
impl Copy for TypeIndicator
impl Eq for TypeIndicator
impl StructuralPartialEq for TypeIndicator
Auto Trait Implementations§
impl Freeze for TypeIndicator
impl RefUnwindSafe for TypeIndicator
impl Send for TypeIndicator
impl Sync for TypeIndicator
impl Unpin for TypeIndicator
impl UnsafeUnpin for TypeIndicator
impl UnwindSafe for TypeIndicator
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