pub enum LightUnit {
Lux,
}Variants§
Lux
Implementations§
Trait Implementations§
impl Copy for LightUnit
impl Eq for LightUnit
impl StructuralPartialEq for LightUnit
Auto Trait Implementations§
impl Freeze for LightUnit
impl RefUnwindSafe for LightUnit
impl Send for LightUnit
impl Sync for LightUnit
impl Unpin for LightUnit
impl UnwindSafe for LightUnit
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