pub struct Angle { /* private fields */ }
Expand description
A struct that represents the number of degrees in a circle.
Legal values range from 0-359
. Anything else is unused.
Implementations§
Trait Implementations§
Source§impl Ord for Angle
impl Ord for Angle
Source§impl PartialOrd for Angle
impl PartialOrd for Angle
impl Copy for Angle
impl Eq for Angle
impl StructuralPartialEq for Angle
Auto Trait Implementations§
impl Freeze for Angle
impl RefUnwindSafe for Angle
impl Send for Angle
impl Sync for Angle
impl Unpin for Angle
impl UnwindSafe for Angle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more