pub enum Angular {}Expand description
Dimension tag for angular measures (e.g., degrees, radians, arcseconds).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Angular
impl RefUnwindSafe for Angular
impl Send for Angular
impl Sync for Angular
impl Unpin for Angular
impl UnwindSafe for Angular
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