Enum uom::si::luminous_intensity::Units
source · #[non_exhaustive]pub enum Units {
Show 21 variants
yottacandela(yottacandela),
zettacandela(zettacandela),
exacandela(exacandela),
petacandela(petacandela),
teracandela(teracandela),
gigacandela(gigacandela),
megacandela(megacandela),
kilocandela(kilocandela),
hectocandela(hectocandela),
decacandela(decacandela),
candela(candela),
decicandela(decicandela),
centicandela(centicandela),
millicandela(millicandela),
microcandela(microcandela),
nanocandela(nanocandela),
picocandela(picocandela),
femtocandela(femtocandela),
attocandela(attocandela),
zeptocandela(zeptocandela),
yoctocandela(yoctocandela),
}
Expand description
Unit enum.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
yottacandela(yottacandela)
yottacandelas
zettacandela(zettacandela)
zettacandelas
exacandela(exacandela)
exacandelas
petacandela(petacandela)
petacandelas
teracandela(teracandela)
teracandelas
gigacandela(gigacandela)
gigacandelas
megacandela(megacandela)
megacandelas
kilocandela(kilocandela)
kilocandelas
hectocandela(hectocandela)
hectocandelas
decacandela(decacandela)
decacandelas
candela(candela)
candelas
decicandela(decicandela)
decicandelas
centicandela(centicandela)
centicandelas
millicandela(millicandela)
millicandelas
microcandela(microcandela)
microcandelas
nanocandela(nanocandela)
nanocandelas
picocandela(picocandela)
picocandelas
femtocandela(femtocandela)
femtocandelas
attocandela(attocandela)
attocandelas
zeptocandela(zeptocandela)
zeptocandelas
yoctocandela(yoctocandela)
yoctocandelas
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Units
impl RefUnwindSafe for Units
impl Send for Units
impl Sync for Units
impl Unpin for Units
impl UnwindSafe for Units
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