pub struct Spherical;Expand description
Tag type for a spherical coordinate space.
Trait Implementations§
impl Copy for Spherical
impl Eq for Spherical
impl StructuralPartialEq for Spherical
Auto Trait Implementations§
impl Freeze for Spherical
impl RefUnwindSafe for Spherical
impl Send for Spherical
impl Sync for Spherical
impl Unpin for Spherical
impl UnwindSafe for Spherical
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