pub struct MixChargeGmax {
pub gmax: f64,
pub unit: Option<InvLengthUnit>,
}Expand description
Fields§
§gmax: f64§unit: Option<InvLengthUnit>Trait Implementations§
Source§impl Clone for MixChargeGmax
impl Clone for MixChargeGmax
Source§fn clone(&self) -> MixChargeGmax
fn clone(&self) -> MixChargeGmax
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MixChargeGmax
impl Debug for MixChargeGmax
Source§impl Default for MixChargeGmax
impl Default for MixChargeGmax
Source§fn default() -> MixChargeGmax
fn default() -> MixChargeGmax
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MixChargeGmax
impl<'de> Deserialize<'de> for MixChargeGmax
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
Source§impl Display for MixChargeGmax
impl Display for MixChargeGmax
Source§impl From<f64> for MixChargeGmax
impl From<f64> for MixChargeGmax
Source§fn from(value: f64) -> MixChargeGmax
fn from(value: f64) -> MixChargeGmax
Converts to this type from the input type.
Source§impl KeywordDisplay for MixChargeGmax
impl KeywordDisplay for MixChargeGmax
Source§impl PartialEq for MixChargeGmax
impl PartialEq for MixChargeGmax
Source§impl PartialOrd for MixChargeGmax
impl PartialOrd for MixChargeGmax
Source§impl Serialize for MixChargeGmax
impl Serialize for MixChargeGmax
impl Copy for MixChargeGmax
impl StructuralPartialEq for MixChargeGmax
Auto Trait Implementations§
impl Freeze for MixChargeGmax
impl RefUnwindSafe for MixChargeGmax
impl Send for MixChargeGmax
impl Sync for MixChargeGmax
impl Unpin for MixChargeGmax
impl UnwindSafe for MixChargeGmax
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