feat(cursor): Derive standard traits for "SetCursorStyle" (#909)
This commit is contained in:
		
							parent
							
								
									492b764f9f
								
							
						
					
					
						commit
						b056370038
					
				@ -370,7 +370,7 @@ impl Command for DisableBlinking {
 | 
			
		||||
/// # Note
 | 
			
		||||
///
 | 
			
		||||
/// - Commands must be executed/queued for execution otherwise they do nothing.
 | 
			
		||||
#[derive(Clone, Copy)]
 | 
			
		||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
 | 
			
		||||
pub enum SetCursorStyle {
 | 
			
		||||
    /// Default cursor shape configured by the user.
 | 
			
		||||
    DefaultUserShape,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user