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