Enum uom::si::electrical_resistance::Units
source · #[non_exhaustive]pub enum Units {
Show 23 variants
yottaohm(yottaohm),
zettaohm(zettaohm),
exaohm(exaohm),
petaohm(petaohm),
teraohm(teraohm),
gigaohm(gigaohm),
megaohm(megaohm),
kiloohm(kiloohm),
hectoohm(hectoohm),
decaohm(decaohm),
ohm(ohm),
deciohm(deciohm),
centiohm(centiohm),
milliohm(milliohm),
microohm(microohm),
nanoohm(nanoohm),
picoohm(picoohm),
femtoohm(femtoohm),
attoohm(attoohm),
zeptoohm(zeptoohm),
yoctoohm(yoctoohm),
abohm(abohm),
statohm(statohm),
}
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.
yottaohm(yottaohm)
yottaohms
zettaohm(zettaohm)
zettaohms
exaohm(exaohm)
exaohms
petaohm(petaohm)
petaohms
teraohm(teraohm)
teraohms
gigaohm(gigaohm)
gigaohms
megaohm(megaohm)
megaohms
kiloohm(kiloohm)
kiloohms
hectoohm(hectoohm)
hectoohms
decaohm(decaohm)
decaohms
ohm(ohm)
ohms
deciohm(deciohm)
deciohms
centiohm(centiohm)
centiohms
milliohm(milliohm)
milliohms
microohm(microohm)
microohms
nanoohm(nanoohm)
nanoohms
picoohm(picoohm)
picoohms
femtoohm(femtoohm)
femtoohms
attoohm(attoohm)
attoohms
zeptoohm(zeptoohm)
zeptoohms
yoctoohm(yoctoohm)
yoctoohms
abohm(abohm)
abohms
statohm(statohm)
statohms
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