pub enum PointType {
Circle,
FilledCircle,
FilledSquare,
FilledTriangle,
Plus,
Square,
Star,
Triangle,
X,
}
Expand description
Point type
Variants§
Trait Implementations§
Source§impl Set<PointType> for Properties
impl Set<PointType> for Properties
Source§fn set(&mut self, pt: PointType) -> &mut Properties
fn set(&mut self, pt: PointType) -> &mut Properties
Changes the point type
Source§impl Set<PointType> for Properties
impl Set<PointType> for Properties
Source§fn set(&mut self, pt: PointType) -> &mut Properties
fn set(&mut self, pt: PointType) -> &mut Properties
Changes the point type
impl Copy for PointType
Auto Trait Implementations§
impl Freeze for PointType
impl RefUnwindSafe for PointType
impl Send for PointType
impl Sync for PointType
impl Unpin for PointType
impl UnwindSafe for PointType
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