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