Enum uom::si::areal_number_density::Units
source · #[non_exhaustive]pub enum Units {
Show 15 variants
per_square_kilometer(per_square_kilometer),
per_square_meter(per_square_meter),
per_square_decimeter(per_square_decimeter),
per_square_centimeter(per_square_centimeter),
per_square_millimeter(per_square_millimeter),
per_square_micrometer(per_square_micrometer),
per_acre(per_acre),
per_are(per_are),
per_barn(per_barn),
per_circular_mil(per_circular_mil),
per_hectare(per_hectare),
per_square_foot(per_square_foot),
per_square_inch(per_square_inch),
per_square_mile(per_square_mile),
per_square_yard(per_square_yard),
}
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.
per_square_kilometer(per_square_kilometer)
per square kilometer
per_square_meter(per_square_meter)
per square meter
per_square_decimeter(per_square_decimeter)
per square decimeter
per_square_centimeter(per_square_centimeter)
per square centimeter
per_square_millimeter(per_square_millimeter)
per square millimeter
per_square_micrometer(per_square_micrometer)
per square micrometer
per_acre(per_acre)
per acre
per_are(per_are)
per are
per_barn(per_barn)
per barn
per_circular_mil(per_circular_mil)
per circular mil
per_hectare(per_hectare)
per hectare
per_square_foot(per_square_foot)
per square foot
per_square_inch(per_square_inch)
per square inch
per_square_mile(per_square_mile)
per square mile
per_square_yard(per_square_yard)
per square yard
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