pub enum PointClass {
In,
Out,
On,
}Variants§
Trait Implementations§
Source§impl Clone for PointClass
impl Clone for PointClass
Source§fn clone(&self) -> PointClass
fn clone(&self) -> PointClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PointClass
Source§impl Debug for PointClass
impl Debug for PointClass
Source§impl PartialEq for PointClass
impl PartialEq for PointClass
Source§impl Serialize for PointClass
impl Serialize for PointClass
impl StructuralPartialEq for PointClass
Auto Trait Implementations§
impl Freeze for PointClass
impl RefUnwindSafe for PointClass
impl Send for PointClass
impl Sync for PointClass
impl Unpin for PointClass
impl UnsafeUnpin for PointClass
impl UnwindSafe for PointClass
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