pub enum PointerStyle {
Dot,
Minimal,
Crosshair,
Arrow,
Ring,
Bullseye,
Highlight,
}Expand description
Visual style for the audience laser pointer.
Variants§
Dot
Circular laser dot with glow.
Minimal
Minimal dot without 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 moreimpl Copy for PointerStyle
Source§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
impl Eq for PointerStyle
Source§impl PartialEq for PointerStyle
impl PartialEq 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.