pub struct FbpValues {}Fields§
§cfb: f64Crown fraction burned (0-1)
raz: f64Direction of spread (radians)
ros: f64Head rate of spread (m/min)
fros: f64Flank rate of spread (m/min)
bros: f64Back rate of spread (m/min)
fmc: f64Foliar moisture content
sfc: f64Surface fuel consumption (kg/m^2)
cfc: f64Crown fuel consumption (kg/m^2)
tfc: f64Total fuel consumption (kg/m^2)
cfl: f64Crown fuel load
cbh: f64Crown base height (m)
wsv: f64Effective wind speed (km/h)
wsz: f64Effective wind direction (radians)
fi: f64Head fire intensity (kW/m)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FbpValues
impl<'de> Deserialize<'de> for FbpValues
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FbpValues
impl RefUnwindSafe for FbpValues
impl Send for FbpValues
impl Sync for FbpValues
impl Unpin for FbpValues
impl UnwindSafe for FbpValues
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more