pub struct RoundAngles {
pub n: i64,
pub only_zeros: bool,
}Expand description
Round angles configuration.
Fields§
§n: i64Level of precision.
only_zeros: boolWhether only zero rounding is allowed.
Trait Implementations§
Source§impl Clone for RoundAngles
impl Clone for RoundAngles
Source§fn clone(&self) -> RoundAngles
fn clone(&self) -> RoundAngles
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 RoundAngles
impl Debug for RoundAngles
Source§impl<'de> Deserialize<'de> for RoundAngles
impl<'de> Deserialize<'de> for RoundAngles
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 PartialEq for RoundAngles
impl PartialEq for RoundAngles
Source§impl Serialize for RoundAngles
impl Serialize for RoundAngles
impl StructuralPartialEq for RoundAngles
Auto Trait Implementations§
impl Freeze for RoundAngles
impl RefUnwindSafe for RoundAngles
impl Send for RoundAngles
impl Sync for RoundAngles
impl Unpin for RoundAngles
impl UnwindSafe for RoundAngles
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