pub enum CursorMode {
Embedded,
Hidden,
}Expand description
Whether the pointer is drawn into captured frames.
Variants§
Trait Implementations§
Source§impl Clone for CursorMode
impl Clone for CursorMode
Source§fn clone(&self) -> CursorMode
fn clone(&self) -> CursorMode
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 CursorMode
Source§impl Debug for CursorMode
impl Debug for CursorMode
impl Eq for CursorMode
Source§impl PartialEq for CursorMode
impl PartialEq for CursorMode
Source§fn eq(&self, other: &CursorMode) -> bool
fn eq(&self, other: &CursorMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CursorMode
Auto Trait Implementations§
impl Freeze for CursorMode
impl RefUnwindSafe for CursorMode
impl Send for CursorMode
impl Sync for CursorMode
impl Unpin for CursorMode
impl UnsafeUnpin for CursorMode
impl UnwindSafe for CursorMode
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