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