Struct dumbmath::angle::Degrees
[−]
[src]
pub struct Degrees(_);
pub struct Degrees(_);
impl Degrees
fn value(self) -> f32
fn to_radians(self) -> Radians
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
impl Debug for Degrees
impl Copy for Degrees
impl Clone for Degrees
fn clone(&self) -> Degrees
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)