pub enum ChromePointerType {
Unknown,
Mouse,
Pen,
Touch,
Eraser,
}Variants§
Trait Implementations§
Source§impl Clone for ChromePointerType
impl Clone for ChromePointerType
Source§fn clone(&self) -> ChromePointerType
fn clone(&self) -> ChromePointerType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ChromePointerType
impl Debug for ChromePointerType
Source§impl From<ChromePointerType> for PointerType
impl From<ChromePointerType> for PointerType
Source§fn from(value: ChromePointerType) -> Self
fn from(value: ChromePointerType) -> Self
Converts to this type from the input type.
Source§impl From<PointerType> for ChromePointerType
impl From<PointerType> for ChromePointerType
Source§fn from(value: PointerType) -> Self
fn from(value: PointerType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChromePointerType
impl PartialEq for ChromePointerType
impl Copy for ChromePointerType
impl Eq for ChromePointerType
impl StructuralPartialEq for ChromePointerType
Auto Trait Implementations§
impl Freeze for ChromePointerType
impl RefUnwindSafe for ChromePointerType
impl Send for ChromePointerType
impl Sync for ChromePointerType
impl Unpin for ChromePointerType
impl UnsafeUnpin for ChromePointerType
impl UnwindSafe for ChromePointerType
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