pub struct CursorOrDisplayShift {
pub mode: Mode,
pub direction: Direction,
}Fields§
§mode: Mode§direction: DirectionTrait Implementations§
Source§impl AsyncCommand for CursorOrDisplayShift
Available on crate feature async only.
impl AsyncCommand for CursorOrDisplayShift
Available on crate feature
async only.Source§impl Clone for CursorOrDisplayShift
impl Clone for CursorOrDisplayShift
Source§fn clone(&self) -> CursorOrDisplayShift
fn clone(&self) -> CursorOrDisplayShift
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CursorOrDisplayShift
impl Debug for CursorOrDisplayShift
Source§impl From<CursorOrDisplayShift> for Commands
impl From<CursorOrDisplayShift> for Commands
Source§fn from(cmd: CursorOrDisplayShift) -> Self
fn from(cmd: CursorOrDisplayShift) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CursorOrDisplayShift
impl PartialEq for CursorOrDisplayShift
Source§impl SyncCommand for CursorOrDisplayShift
impl SyncCommand for CursorOrDisplayShift
impl Eq for CursorOrDisplayShift
impl StructuralPartialEq for CursorOrDisplayShift
Auto Trait Implementations§
impl Freeze for CursorOrDisplayShift
impl RefUnwindSafe for CursorOrDisplayShift
impl Send for CursorOrDisplayShift
impl Sync for CursorOrDisplayShift
impl Unpin for CursorOrDisplayShift
impl UnwindSafe for CursorOrDisplayShift
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