Struct bracket_terminal::prelude::Radians [−][src]
pub struct Radians(pub f32);
Expand description
Convenience type: you can define an angle in Radians and it is convertible to Degrees (and vice versa)
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Radiansimpl UnwindSafe for RadiansBlanket Implementations
Mutably borrows from an owned value. Read more