Enum term_basics_linux::XG
source · pub enum XG {
FG,
BG,
}Expand description
To specify if you set the foreground or background colour.
Variants
FG
BG
Trait Implementations
impl Copy for XG
impl Eq for XG
impl StructuralEq for XG
impl StructuralPartialEq for XG
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more