Enum uom::si::heat_transfer::Units

source ·
#[non_exhaustive]
pub enum Units {
Show 61 variants yottagram_per_second_cubed_kelvin(yottagram_per_second_cubed_kelvin), zettagram_per_second_cubed_kelvin(zettagram_per_second_cubed_kelvin), exagram_per_second_cubed_kelvin(exagram_per_second_cubed_kelvin), petagram_per_second_cubed_kelvin(petagram_per_second_cubed_kelvin), teragram_per_second_cubed_kelvin(teragram_per_second_cubed_kelvin), gigagram_per_second_cubed_kelvin(gigagram_per_second_cubed_kelvin), megagram_per_second_cubed_kelvin(megagram_per_second_cubed_kelvin), kilogram_per_second_cubed_kelvin(kilogram_per_second_cubed_kelvin), hectogram_per_second_cubed_kelvin(hectogram_per_second_cubed_kelvin), decagram_per_second_cubed_kelvin(decagram_per_second_cubed_kelvin), gram_per_second_cubed_kelvin(gram_per_second_cubed_kelvin), decigram_per_second_cubed_kelvin(decigram_per_second_cubed_kelvin), centigram_per_second_cubed_kelvin(centigram_per_second_cubed_kelvin), milligram_per_second_cubed_kelvin(milligram_per_second_cubed_kelvin), microgram_per_second_cubed_kelvin(microgram_per_second_cubed_kelvin), nanogram_per_second_cubed_kelvin(nanogram_per_second_cubed_kelvin), picogram_per_second_cubed_kelvin(picogram_per_second_cubed_kelvin), femtogram_per_second_cubed_kelvin(femtogram_per_second_cubed_kelvin), attogram_per_second_cubed_kelvin(attogram_per_second_cubed_kelvin), zeptogram_per_second_cubed_kelvin(zeptogram_per_second_cubed_kelvin), yoctogram_per_second_cubed_kelvin(yoctogram_per_second_cubed_kelvin), kilogram_per_second_cubed_degree_celsius(kilogram_per_second_cubed_degree_celsius), yottawatt_per_square_meter_kelvin(yottawatt_per_square_meter_kelvin), zettawatt_per_square_meter_kelvin(zettawatt_per_square_meter_kelvin), exawatt_per_square_meter_kelvin(exawatt_per_square_meter_kelvin), petawatt_per_square_meter_kelvin(petawatt_per_square_meter_kelvin), terawatt_per_square_meter_kelvin(terawatt_per_square_meter_kelvin), gigawatt_per_square_meter_kelvin(gigawatt_per_square_meter_kelvin), megawatt_per_square_meter_kelvin(megawatt_per_square_meter_kelvin), kilowatt_per_square_meter_kelvin(kilowatt_per_square_meter_kelvin), hectowatt_per_square_meter_kelvin(hectowatt_per_square_meter_kelvin), decawatt_per_square_meter_kelvin(decawatt_per_square_meter_kelvin), watt_per_square_meter_kelvin(watt_per_square_meter_kelvin), deciwatt_per_square_meter_kelvin(deciwatt_per_square_meter_kelvin), centiwatt_per_square_meter_kelvin(centiwatt_per_square_meter_kelvin), milliwatt_per_square_meter_kelvin(milliwatt_per_square_meter_kelvin), microwatt_per_square_meter_kelvin(microwatt_per_square_meter_kelvin), nanowatt_per_square_meter_kelvin(nanowatt_per_square_meter_kelvin), picowatt_per_square_meter_kelvin(picowatt_per_square_meter_kelvin), femtowatt_per_square_meter_kelvin(femtowatt_per_square_meter_kelvin), attowatt_per_square_meter_kelvin(attowatt_per_square_meter_kelvin), zeptowatt_per_square_meter_kelvin(zeptowatt_per_square_meter_kelvin), yoctowatt_per_square_meter_kelvin(yoctowatt_per_square_meter_kelvin), watt_per_square_kilometer_degree_celsius(watt_per_square_kilometer_degree_celsius), watt_per_square_meter_degree_celsius(watt_per_square_meter_degree_celsius), watt_per_square_centimeter_degree_celsius(watt_per_square_centimeter_degree_celsius), watt_per_square_millimeter_degree_celsius(watt_per_square_millimeter_degree_celsius), joule_per_second_square_meter_kelvin(joule_per_second_square_meter_kelvin), joule_per_second_square_meter_degree_celsius(joule_per_second_square_meter_degree_celsius), btu_it_per_hour_square_foot_degree_fahrenheit(btu_it_per_hour_square_foot_degree_fahrenheit), btu_it_per_hour_square_inch_degree_fahrenheit(btu_it_per_hour_square_inch_degree_fahrenheit), btu_it_per_minute_square_foot_degree_fahrenheit(btu_it_per_minute_square_foot_degree_fahrenheit), btu_it_per_minute_square_inch_degree_fahrenheit(btu_it_per_minute_square_inch_degree_fahrenheit), btu_it_per_second_square_foot_degree_fahrenheit(btu_it_per_second_square_foot_degree_fahrenheit), btu_it_per_second_square_inch_degree_fahrenheit(btu_it_per_second_square_inch_degree_fahrenheit), btu_per_hour_square_foot_degree_fahrenheit(btu_per_hour_square_foot_degree_fahrenheit), btu_per_hour_square_inch_degree_fahrenheit(btu_per_hour_square_inch_degree_fahrenheit), btu_per_minute_square_foot_degree_fahrenheit(btu_per_minute_square_foot_degree_fahrenheit), btu_per_minute_square_inch_degree_fahrenheit(btu_per_minute_square_inch_degree_fahrenheit), btu_per_second_square_foot_degree_fahrenheit(btu_per_second_square_foot_degree_fahrenheit), btu_per_second_square_inch_degree_fahrenheit(btu_per_second_square_inch_degree_fahrenheit),
}
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.
§

yottagram_per_second_cubed_kelvin(yottagram_per_second_cubed_kelvin)

yottagrams per second cubed kelvin

§

zettagram_per_second_cubed_kelvin(zettagram_per_second_cubed_kelvin)

zettagrams per second cubed kelvin

§

exagram_per_second_cubed_kelvin(exagram_per_second_cubed_kelvin)

exagrams per second cubed kelvin

§

petagram_per_second_cubed_kelvin(petagram_per_second_cubed_kelvin)

petagrams per second cubed kelvin

§

teragram_per_second_cubed_kelvin(teragram_per_second_cubed_kelvin)

teragrams per second cubed kelvin

§

gigagram_per_second_cubed_kelvin(gigagram_per_second_cubed_kelvin)

gigagrams per second cubed kelvin

§

megagram_per_second_cubed_kelvin(megagram_per_second_cubed_kelvin)

megagrams per second cubed kelvin

§

kilogram_per_second_cubed_kelvin(kilogram_per_second_cubed_kelvin)

kilograms per second cubed kelvin

§

hectogram_per_second_cubed_kelvin(hectogram_per_second_cubed_kelvin)

hectograms per second cubed kelvin

§

decagram_per_second_cubed_kelvin(decagram_per_second_cubed_kelvin)

decagrams per second cubed kelvin

§

gram_per_second_cubed_kelvin(gram_per_second_cubed_kelvin)

grams per second cubed kelvin

§

decigram_per_second_cubed_kelvin(decigram_per_second_cubed_kelvin)

decigrams per second cubed kelvin

§

centigram_per_second_cubed_kelvin(centigram_per_second_cubed_kelvin)

centigrams per second cubed kelvin

§

milligram_per_second_cubed_kelvin(milligram_per_second_cubed_kelvin)

milligrams per second cubed kelvin

§

microgram_per_second_cubed_kelvin(microgram_per_second_cubed_kelvin)

micrograms per second cubed kelvin

§

nanogram_per_second_cubed_kelvin(nanogram_per_second_cubed_kelvin)

nanograms per second cubed kelvin

§

picogram_per_second_cubed_kelvin(picogram_per_second_cubed_kelvin)

picograms per second cubed kelvin

§

femtogram_per_second_cubed_kelvin(femtogram_per_second_cubed_kelvin)

femtograms per second cubed kelvin

§

attogram_per_second_cubed_kelvin(attogram_per_second_cubed_kelvin)

attograms per second cubed kelvin

§

zeptogram_per_second_cubed_kelvin(zeptogram_per_second_cubed_kelvin)

zeptograms per second cubed kelvin

§

yoctogram_per_second_cubed_kelvin(yoctogram_per_second_cubed_kelvin)

yoctograms per second cubed kelvin

§

kilogram_per_second_cubed_degree_celsius(kilogram_per_second_cubed_degree_celsius)

kilograms per second cubed degree celsius

§

yottawatt_per_square_meter_kelvin(yottawatt_per_square_meter_kelvin)

yottawatts per square meter kelvin

§

zettawatt_per_square_meter_kelvin(zettawatt_per_square_meter_kelvin)

zettawatts per square meter kelvin

§

exawatt_per_square_meter_kelvin(exawatt_per_square_meter_kelvin)

exawatts per square meter kelvin

§

petawatt_per_square_meter_kelvin(petawatt_per_square_meter_kelvin)

petawatts per square meter kelvin

§

terawatt_per_square_meter_kelvin(terawatt_per_square_meter_kelvin)

terawatts per square meter kelvin

§

gigawatt_per_square_meter_kelvin(gigawatt_per_square_meter_kelvin)

gigawatts per square meter kelvin

§

megawatt_per_square_meter_kelvin(megawatt_per_square_meter_kelvin)

megawatts per square meter kelvin

§

kilowatt_per_square_meter_kelvin(kilowatt_per_square_meter_kelvin)

kilowatts per square meter kelvin

§

hectowatt_per_square_meter_kelvin(hectowatt_per_square_meter_kelvin)

hectowatts per square meter kelvin

§

decawatt_per_square_meter_kelvin(decawatt_per_square_meter_kelvin)

decawatts per square meter kelvin

§

watt_per_square_meter_kelvin(watt_per_square_meter_kelvin)

watts per square meter kelvin

§

deciwatt_per_square_meter_kelvin(deciwatt_per_square_meter_kelvin)

deciwatts per square meter kelvin

§

centiwatt_per_square_meter_kelvin(centiwatt_per_square_meter_kelvin)

centiwatts per square meter kelvin

§

milliwatt_per_square_meter_kelvin(milliwatt_per_square_meter_kelvin)

milliwatts per square meter kelvin

§

microwatt_per_square_meter_kelvin(microwatt_per_square_meter_kelvin)

microwatts per square meter kelvin

§

nanowatt_per_square_meter_kelvin(nanowatt_per_square_meter_kelvin)

nanowatts per square meter kelvin

§

picowatt_per_square_meter_kelvin(picowatt_per_square_meter_kelvin)

picowatts per square meter kelvin

§

femtowatt_per_square_meter_kelvin(femtowatt_per_square_meter_kelvin)

femtowatts per square meter kelvin

§

attowatt_per_square_meter_kelvin(attowatt_per_square_meter_kelvin)

attowatts per square meter kelvin

§

zeptowatt_per_square_meter_kelvin(zeptowatt_per_square_meter_kelvin)

zeptowatts per square meter kelvin

§

yoctowatt_per_square_meter_kelvin(yoctowatt_per_square_meter_kelvin)

yoctowatts per square meter kelvin

§

watt_per_square_kilometer_degree_celsius(watt_per_square_kilometer_degree_celsius)

watts per square kilometer degree celsius

§

watt_per_square_meter_degree_celsius(watt_per_square_meter_degree_celsius)

watts per square meter degree celsius

§

watt_per_square_centimeter_degree_celsius(watt_per_square_centimeter_degree_celsius)

watts per square centimeter degree celsius

§

watt_per_square_millimeter_degree_celsius(watt_per_square_millimeter_degree_celsius)

watts per square millimeter degree celsius

§

joule_per_second_square_meter_kelvin(joule_per_second_square_meter_kelvin)

joules per second square meter kelvin

§

joule_per_second_square_meter_degree_celsius(joule_per_second_square_meter_degree_celsius)

joules per second square meter degree celsius

§

btu_it_per_hour_square_foot_degree_fahrenheit(btu_it_per_hour_square_foot_degree_fahrenheit)

British thermal units (IT) per hour square foot degree Fahrenheit

§

btu_it_per_hour_square_inch_degree_fahrenheit(btu_it_per_hour_square_inch_degree_fahrenheit)

British thermal units (IT) per hour square inch degree Fahrenheit

§

btu_it_per_minute_square_foot_degree_fahrenheit(btu_it_per_minute_square_foot_degree_fahrenheit)

British thermal units (IT) per minute square foot degree Fahrenheit

§

btu_it_per_minute_square_inch_degree_fahrenheit(btu_it_per_minute_square_inch_degree_fahrenheit)

British thermal units (IT) per minute square inch degree Fahrenheit

§

btu_it_per_second_square_foot_degree_fahrenheit(btu_it_per_second_square_foot_degree_fahrenheit)

British thermal units (IT) per second square foot degree Fahrenheit

§

btu_it_per_second_square_inch_degree_fahrenheit(btu_it_per_second_square_inch_degree_fahrenheit)

British thermal units (IT) per second square inch degree Fahrenheit

§

btu_per_hour_square_foot_degree_fahrenheit(btu_per_hour_square_foot_degree_fahrenheit)

British thermal units per hour square foot degree Fahrenheit

§

btu_per_hour_square_inch_degree_fahrenheit(btu_per_hour_square_inch_degree_fahrenheit)

British thermal units per hour square inch degree Fahrenheit

§

btu_per_minute_square_foot_degree_fahrenheit(btu_per_minute_square_foot_degree_fahrenheit)

British thermal units per minute square foot degree Fahrenheit

§

btu_per_minute_square_inch_degree_fahrenheit(btu_per_minute_square_inch_degree_fahrenheit)

British thermal units per minute square inch degree Fahrenheit

§

btu_per_second_square_foot_degree_fahrenheit(btu_per_second_square_foot_degree_fahrenheit)

British thermal units per second square foot degree Fahrenheit

§

btu_per_second_square_inch_degree_fahrenheit(btu_per_second_square_inch_degree_fahrenheit)

British thermal units per second square inch degree Fahrenheit

Implementations§

source§

impl Units

source

pub fn abbreviation(&self) -> &'static str

Unit abbreviation.

source

pub fn singular(&self) -> &'static str

Unit singular description.

source

pub fn plural(&self) -> &'static str

Unit plural description.

Trait Implementations§

source§

impl Clone for Units

source§

fn clone(&self) -> Units

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Units

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for Units

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> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.