pub enum ScreenKind {
Primary,
Alternate,
}Expand description
Which screen buffer is active.
Variants§
Trait Implementations§
Source§impl Clone for ScreenKind
impl Clone for ScreenKind
Source§fn clone(&self) -> ScreenKind
fn clone(&self) -> ScreenKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScreenKind
Source§impl Debug for ScreenKind
impl Debug for ScreenKind
impl Eq for ScreenKind
Source§impl PartialEq for ScreenKind
impl PartialEq for ScreenKind
Source§fn eq(&self, other: &ScreenKind) -> bool
fn eq(&self, other: &ScreenKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScreenKind
Auto Trait Implementations§
impl Freeze for ScreenKind
impl RefUnwindSafe for ScreenKind
impl Send for ScreenKind
impl Sync for ScreenKind
impl Unpin for ScreenKind
impl UnsafeUnpin for ScreenKind
impl UnwindSafe for ScreenKind
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