pub struct CursorImage(/* private fields */);Available on crate feature
cursor only.Expand description
A cursor image.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CursorImage
impl RefUnwindSafe for CursorImage
impl Send for CursorImage
impl Sync for CursorImage
impl Unpin for CursorImage
impl UnwindSafe for CursorImage
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