pub enum HullType {
FastConcave,
Concave,
Convex,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HullType
impl RefUnwindSafe for HullType
impl Send for HullType
impl Sync for HullType
impl Unpin for HullType
impl UnsafeUnpin for HullType
impl UnwindSafe for HullType
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