pub struct Area {
pub area_type: String,
pub value: f64,
}
Fields§
§area_type: String
§value: f64
Implementations§
Source§impl Area
impl Area
Sourcepub fn to_square_micrometers(&self) -> f64
pub fn to_square_micrometers(&self) -> f64
Returns the value of the granted area in square micrometers
Sourcepub fn to_square_millimeters(&self) -> f64
pub fn to_square_millimeters(&self) -> f64
Returns the value of the granted area in square millimeters
Sourcepub fn to_square_centimeters(&self) -> f64
pub fn to_square_centimeters(&self) -> f64
Returns the value of the granted area in square centimeters
Sourcepub fn to_square_decimeters(&self) -> f64
pub fn to_square_decimeters(&self) -> f64
Returns the value of the granted area in square decimeters
Sourcepub fn to_square_meters(&self) -> f64
pub fn to_square_meters(&self) -> f64
Returns the value of the granted area in square meters
Sourcepub fn to_square_decameters(&self) -> f64
pub fn to_square_decameters(&self) -> f64
Returns the value of the area granted in square decameters
Sourcepub fn to_square_hectometers(&self) -> f64
pub fn to_square_hectometers(&self) -> f64
Returns the value of the granted area in square hectometers
Sourcepub fn to_square_kilometers(&self) -> f64
pub fn to_square_kilometers(&self) -> f64
Returns the value of the granted area in square kilometers
Sourcepub fn to_square_megameters(&self) -> f64
pub fn to_square_megameters(&self) -> f64
Returns the value of the granted area in square megameters
Sourcepub fn to_square_gigameters(&self) -> f64
pub fn to_square_gigameters(&self) -> f64
Returns the value of the granted area in square gigameters
Sourcepub fn to_square_terameters(&self) -> f64
pub fn to_square_terameters(&self) -> f64
Returns the value of the granted area in square terameters
Sourcepub fn to_square_miles(&self) -> f64
pub fn to_square_miles(&self) -> f64
Returns the value of the granted area in square miles
Sourcepub fn to_square_yards(&self) -> f64
pub fn to_square_yards(&self) -> f64
Returns the value of the granted area in square yards
Sourcepub fn to_square_feet(&self) -> f64
pub fn to_square_feet(&self) -> f64
Returns the value of the granted area in square feet
Sourcepub fn to_square_inches(&self) -> f64
pub fn to_square_inches(&self) -> f64
Returns the value of the granted area in square inches