pub enum PointerStyle {
Dot,
Crosshair,
Arrow,
Ring,
Bullseye,
Highlight,
}Expand description
Visual style for the audience laser pointer.
Variants§
Dot
Circular laser dot with glow.
Crosshair
Crosshair with a small center dot.
Arrow
Arrow-style marker.
Ring
Hollow circle pointer.
Bullseye
Ring with a center dot.
Highlight
Translucent filled highlight circle.
Trait Implementations§
Source§impl Clone for PointerStyle
impl Clone for PointerStyle
Source§fn clone(&self) -> PointerStyle
fn clone(&self) -> PointerStyle
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 moreSource§impl Debug for PointerStyle
impl Debug for PointerStyle
Source§impl Default for PointerStyle
impl Default for PointerStyle
Source§fn default() -> PointerStyle
fn default() -> PointerStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for PointerStyle
impl PartialEq for PointerStyle
Source§fn eq(&self, other: &PointerStyle) -> bool
fn eq(&self, other: &PointerStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PointerStyle
impl Eq for PointerStyle
impl StructuralPartialEq for PointerStyle
Auto Trait Implementations§
impl Freeze for PointerStyle
impl RefUnwindSafe for PointerStyle
impl Send for PointerStyle
impl Sync for PointerStyle
impl Unpin for PointerStyle
impl UnsafeUnpin for PointerStyle
impl UnwindSafe for PointerStyle
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.