Struct dumbmath::angle::Degrees [] [src]

pub struct Degrees(_);

Methods

impl Degrees

fn value(self) -> f32

fn to_radians(self) -> Radians

Trait Implementations

Derived Implementations

impl PartialOrd for Degrees

fn partial_cmp(&self, __arg_0: &Degrees) -> Option<Ordering>

fn lt(&self, __arg_0: &Degrees) -> bool

fn le(&self, __arg_0: &Degrees) -> bool

fn gt(&self, __arg_0: &Degrees) -> bool

fn ge(&self, __arg_0: &Degrees) -> bool

impl PartialEq for Degrees

fn eq(&self, __arg_0: &Degrees) -> bool

fn ne(&self, __arg_0: &Degrees) -> bool

impl Debug for Degrees

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for Degrees

impl Clone for Degrees

fn clone(&self) -> Degrees

fn clone_from(&mut self, source: &Self)