Struct dumbmath::angle::Radians
[−]
[src]
pub struct Radians(_);
pub struct Radians(_);
impl Radians
fn value(self) -> f32
fn to_degrees(self) -> Degrees
impl PartialOrd for Radians
fn partial_cmp(&self, __arg_0: &Radians) -> Option<Ordering>
fn lt(&self, __arg_0: &Radians) -> bool
fn le(&self, __arg_0: &Radians) -> bool
fn gt(&self, __arg_0: &Radians) -> bool
fn ge(&self, __arg_0: &Radians) -> bool
impl PartialEq for Radians
impl Debug for Radians
impl Copy for Radians
impl Clone for Radians
fn clone(&self) -> Radians
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
)