pub enum Tool {
Brush,
Pencil,
BallPoint,
Marker,
FineLiner,
Highlighter,
Eraser,
MechanicalPencil,
EraseArea,
EraseAll,
SelectionBrush,
Calligraphy,
}
Expand description
Data representation of a drawing tool in a reMarkable document line
Variants§
Brush
Pencil
BallPoint
Marker
FineLiner
Highlighter
Eraser
MechanicalPencil
EraseArea
EraseAll
SelectionBrush
Calligraphy
Trait Implementations§
impl StructuralPartialEq for Tool
Auto Trait Implementations§
impl Freeze for Tool
impl RefUnwindSafe for Tool
impl Send for Tool
impl Sync for Tool
impl Unpin for Tool
impl UnwindSafe for Tool
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