Enum uom::si::magnetic_flux_density::Units
source · #[non_exhaustive]pub enum Units {
Show 23 variants
yottatesla(yottatesla),
zettatesla(zettatesla),
exatesla(exatesla),
petatesla(petatesla),
teratesla(teratesla),
gigatesla(gigatesla),
megatesla(megatesla),
kilotesla(kilotesla),
hectotesla(hectotesla),
decatesla(decatesla),
tesla(tesla),
decitesla(decitesla),
centitesla(centitesla),
millitesla(millitesla),
microtesla(microtesla),
nanotesla(nanotesla),
picotesla(picotesla),
femtotesla(femtotesla),
attotesla(attotesla),
zeptotesla(zeptotesla),
yoctotesla(yoctotesla),
gamma(gamma),
gauss(gauss),
}
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.
yottatesla(yottatesla)
yottateslas
zettatesla(zettatesla)
zettateslas
exatesla(exatesla)
exateslas
petatesla(petatesla)
petateslas
teratesla(teratesla)
terateslas
gigatesla(gigatesla)
gigateslas
megatesla(megatesla)
megateslas
kilotesla(kilotesla)
kiloteslas
hectotesla(hectotesla)
hectoteslas
decatesla(decatesla)
decateslas
tesla(tesla)
teslas
decitesla(decitesla)
deciteslas
centitesla(centitesla)
centiteslas
millitesla(millitesla)
milliteslas
microtesla(microtesla)
microteslas
nanotesla(nanotesla)
nanoteslas
picotesla(picotesla)
picoteslas
femtotesla(femtotesla)
femtoteslas
attotesla(attotesla)
attoteslas
zeptotesla(zeptotesla)
zeptoteslas
yoctotesla(yoctotesla)
yoctoteslas
gamma(gamma)
gammas
gauss(gauss)
gauss
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