pub enum Angle {
Grad(Dimension),
Rad(Dimension),
Turn(Dimension),
Deg(Dimension),
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Angle
impl Ord for Angle
Source§impl PartialOrd for Angle
impl PartialOrd for Angle
Source§impl ToCursors for Angle
impl ToCursors for Angle
fn to_cursors(&self, s: &mut impl CursorSink)
Source§impl ToNumberValue for Angle
impl ToNumberValue for Angle
fn to_number_value(&self) -> Option<f32>
fn to_int_value(&self) -> Option<i32>
impl Copy for Angle
impl Eq for Angle
impl StructuralPartialEq for Angle
Auto Trait Implementations§
impl Freeze for Angle
impl RefUnwindSafe for Angle
impl Send for Angle
impl Sync for Angle
impl Unpin for Angle
impl UnwindSafe for Angle
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