Enum gpui2::CursorStyle
source · pub enum CursorStyle {
Arrow,
ResizeLeftRight,
ResizeUpDown,
PointingHand,
IBeam,
}
Variants§
Trait Implementations§
source§impl Clone for CursorStyle
impl Clone for CursorStyle
source§fn clone(&self) -> CursorStyle
fn clone(&self) -> CursorStyle
Returns a copy 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 CursorStyle
impl Debug for CursorStyle
source§impl Default for CursorStyle
impl Default for CursorStyle
impl Copy for CursorStyle
Auto Trait Implementations§
impl RefUnwindSafe for CursorStyle
impl Send for CursorStyle
impl Sync for CursorStyle
impl Unpin for CursorStyle
impl UnwindSafe for CursorStyle
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