Struct crossterm::event::EnableMouseCapture [−][src]
pub struct EnableMouseCapture;
Expand description
Trait Implementations
Write an ANSI representation of this command to the given writer. An ANSI code can manipulate the terminal by writing it to the terminal buffer. However, only Windows 10 and UNIX systems support this. Read more
Execute this command. Read more
Returns whether the ansi code representation of this command is supported by windows. Read more
Auto Trait Implementations
impl RefUnwindSafe for EnableMouseCapture
impl Send for EnableMouseCapture
impl Sync for EnableMouseCapture
impl Unpin for EnableMouseCapture
impl UnwindSafe for EnableMouseCapture
Blanket Implementations
Mutably borrows from an owned value. Read more