pub enum MountingType {
Ceiling,
Wall,
Ground,
WorkingPlane,
}Expand description
Mounting type for luminaire positioning
Variants§
Ceiling
Ceiling mounted (recessed, surface, or pendant)
Wall
Wall mounted
Ground
Ground mounted (pole, free-standing)
WorkingPlane
Working plane (table/desk)
Trait Implementations§
Source§impl Clone for MountingType
impl Clone for MountingType
Source§fn clone(&self) -> MountingType
fn clone(&self) -> MountingType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MountingType
impl Debug for MountingType
Source§impl PartialEq for MountingType
impl PartialEq for MountingType
impl StructuralPartialEq for MountingType
Auto Trait Implementations§
impl Freeze for MountingType
impl RefUnwindSafe for MountingType
impl Send for MountingType
impl Sync for MountingType
impl Unpin for MountingType
impl UnsafeUnpin for MountingType
impl UnwindSafe for MountingType
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