Enum endbasic_std::numerics::AngleMode
source · [−]pub enum AngleMode {
Degrees,
Radians,
}Expand description
Indicates the calculation mode for trigonometric functions.
Variants
Degrees
Specifies degrees mode of calculation.
Radians
Specifies radians mode of calculation.
Auto Trait Implementations
impl RefUnwindSafe for AngleMode
impl Send for AngleMode
impl Sync for AngleMode
impl Unpin for AngleMode
impl UnwindSafe for AngleMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more