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