pub enum Hull {
Upper,
Lower,
}
Expand description
凸包の上半分か下半分かを指定する
Variants§
Trait Implementations§
impl Copy for Hull
impl Eq for Hull
impl StructuralPartialEq for Hull
Auto Trait Implementations§
impl Freeze for Hull
impl RefUnwindSafe for Hull
impl Send for Hull
impl Sync for Hull
impl Unpin for Hull
impl UnwindSafe for Hull
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