pub struct CursorColors;Expand description
Color palette for user cursors.
Implementations§
Auto Trait Implementations§
impl Freeze for CursorColors
impl RefUnwindSafe for CursorColors
impl Send for CursorColors
impl Sync for CursorColors
impl Unpin for CursorColors
impl UnwindSafe for CursorColors
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