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