Struct ExSetCustomMouseCursor
pub struct ExSetCustomMouseCursor<'ex> { /* private fields */ }Expand description
Default-param extender for Input::set_custom_mouse_cursor_ex.
Implementations§
§impl<'ex> ExSetCustomMouseCursor<'ex>
impl<'ex> ExSetCustomMouseCursor<'ex>
pub fn shape(self, shape: CursorShape) -> ExSetCustomMouseCursor<'ex>
pub fn hotspot(self, hotspot: Vector2) -> ExSetCustomMouseCursor<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExSetCustomMouseCursor<'ex>
impl<'ex> RefUnwindSafe for ExSetCustomMouseCursor<'ex>
impl<'ex> !Send for ExSetCustomMouseCursor<'ex>
impl<'ex> !Sync for ExSetCustomMouseCursor<'ex>
impl<'ex> Unpin for ExSetCustomMouseCursor<'ex>
impl<'ex> !UnwindSafe for ExSetCustomMouseCursor<'ex>
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