pub enum AngleMode {
Degrees,
Radians,
}
Expand description
Indicates the calculation mode for trigonometric functions.
Variants§
Auto Trait Implementations§
impl Freeze for AngleMode
impl RefUnwindSafe for AngleMode
impl Send for AngleMode
impl Sync for AngleMode
impl Unpin for AngleMode
impl UnwindSafe for AngleMode
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