Struct rust_3d::strong_types::Rad
[−]
[src]
pub struct Rad {
pub val: f64,
}Fields
val: f64
Trait Implementations
impl Debug for Rad[src]
impl Clone for Rad[src]
fn clone(&self) -> Rad
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Rad[src]
impl PartialEq for Rad[src]
fn eq(&self, __arg_0: &Rad) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Rad) -> bool
This method tests for !=.