Derived copy and clone for SetCursorStyle. (#748)

This commit is contained in:
ahoyiski 2023-01-21 18:18:41 -03:00 committed by GitHub
parent fadec7a19c
commit a993a98291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -371,6 +371,7 @@ impl Command for DisableBlinking {
/// # Note
///
/// - Commands must be executed/queued for execution otherwise they do nothing.
#[derive(Clone, Copy)]
pub enum SetCursorStyle {
/// Default cursor shape configured by the user.
DefaultUserShape,