Struct nvim_gtk::cursor::EmptyCursor
source · [−]pub struct EmptyCursor;Implementations
sourceimpl EmptyCursor
impl EmptyCursor
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EmptyCursor
impl Send for EmptyCursor
impl Sync for EmptyCursor
impl Unpin for EmptyCursor
impl UnwindSafe for EmptyCursor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more