pub struct DesiredCursor(pub CursorShape);Expand description
The silhouette the in-engine cursor sprite should draw this frame.
Tuple Fields§
§0: CursorShapeTrait Implementations§
Source§impl Clone for DesiredCursor
impl Clone for DesiredCursor
Source§fn clone(&self) -> DesiredCursor
fn clone(&self) -> DesiredCursor
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 DesiredCursor
Source§impl Debug for DesiredCursor
impl Debug for DesiredCursor
Source§impl Default for DesiredCursor
impl Default for DesiredCursor
Source§fn default() -> DesiredCursor
fn default() -> DesiredCursor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DesiredCursor
impl RefUnwindSafe for DesiredCursor
impl Send for DesiredCursor
impl Sync for DesiredCursor
impl Unpin for DesiredCursor
impl UnsafeUnpin for DesiredCursor
impl UnwindSafe for DesiredCursor
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