pub struct Polar<B>(/* private fields */);Expand description
Tag type for a polar coordinate space
Trait Implementations§
impl<B: Copy> Copy for Polar<B>
impl<B: Eq> Eq for Polar<B>
impl<B> StructuralPartialEq for Polar<B>
Auto Trait Implementations§
impl<B> Freeze for Polar<B>
impl<B> RefUnwindSafe for Polar<B>where
B: RefUnwindSafe,
impl<B> Send for Polar<B>where
B: Send,
impl<B> Sync for Polar<B>where
B: Sync,
impl<B> Unpin for Polar<B>where
B: Unpin,
impl<B> UnwindSafe for Polar<B>where
B: UnwindSafe,
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