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