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