Enum nvim_gtk::mode::CursorShape
source · [−]pub enum CursorShape {
Block,
Horizontal,
Vertical,
Unknown,
}Variants
Block
Horizontal
Vertical
Unknown
Implementations
sourceimpl CursorShape
impl CursorShape
Trait Implementations
sourceimpl Clone for CursorShape
impl Clone for CursorShape
sourcefn clone(&self) -> CursorShape
fn clone(&self) -> CursorShape
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CursorShape
impl Debug for CursorShape
sourceimpl PartialEq<CursorShape> for CursorShape
impl PartialEq<CursorShape> for CursorShape
sourcefn eq(&self, other: &CursorShape) -> bool
fn eq(&self, other: &CursorShape) -> bool
impl StructuralPartialEq for CursorShape
Auto Trait Implementations
impl RefUnwindSafe for CursorShape
impl Send for CursorShape
impl Sync for CursorShape
impl Unpin for CursorShape
impl UnwindSafe for CursorShape
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