pub struct SetCursorShape(pub CursorShape);
Expand description
A command that sets the shape of the cursor
§Note
- Commands must be executed/queued for execution otherwise they do nothing.
Tuple Fields§
§0: CursorShape
Trait Implementations§
Source§impl Clone for SetCursorShape
impl Clone for SetCursorShape
Source§fn clone(&self) -> SetCursorShape
fn clone(&self) -> SetCursorShape
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 Command for SetCursorShape
impl Command for SetCursorShape
Source§impl Debug for SetCursorShape
impl Debug for SetCursorShape
Source§impl Display for SetCursorShape
impl Display for SetCursorShape
Source§impl PartialEq for SetCursorShape
impl PartialEq for SetCursorShape
impl Copy for SetCursorShape
impl Eq for SetCursorShape
impl StructuralPartialEq for SetCursorShape
Auto Trait Implementations§
impl Freeze for SetCursorShape
impl RefUnwindSafe for SetCursorShape
impl Send for SetCursorShape
impl Sync for SetCursorShape
impl Unpin for SetCursorShape
impl UnwindSafe for SetCursorShape
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