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