pub enum CintType {
Spheric,
Cartesian,
}Variants§
Auto Trait Implementations§
impl Freeze for CintType
impl RefUnwindSafe for CintType
impl Send for CintType
impl Sync for CintType
impl Unpin for CintType
impl UnsafeUnpin for CintType
impl UnwindSafe for CintType
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