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