pub enum SelectGraphicRenditionParameter {
Show 41 variants
ResetNormalParameter,
BoldParameter,
IncreasedSensitivityParameter,
FaintParameter,
DecreasedSensitivityParameter,
ItalicParameter,
UnderlineParameter,
SlowBlinkParameter,
RapidBlinkParameter,
ReverseVideoParameter,
ConcealParameter,
CrossedOutParameter,
PrimaryFontParameter,
DefaultFontParameter,
AlternativeFontParameter(u32),
FrakturParameter,
BoldOffParameter,
DoubleUnderlineParameter,
NormalColorParameter,
NormalIntensityParameter,
NotItalicParameter,
NotFrakturParameter,
UnderlineOffParameter,
BlinkOffParameter,
InverseOffParameter,
RevealParameter,
NotCrossedOutParameter,
SetForegroundColorParameter(ForegroundColor),
DefaultForegroundColorParameter,
SetBackgroundColorParameter(BackgroundColor),
DefaultBackgroundColorParameter,
FramedParameter,
EncircledParameter,
OverlinedParameter,
NotFramedParameter,
NotEncircledParameter,
NotOverlinedParameter,
IdeogramUnderlineParameter,
RightSideLineParameter,
SetBrightForegroundColorParameter(BrightForegroundColor),
SetBrightBackgroundColorParameter(BrightBackgroundColor),
}Variants§
ResetNormalParameter
BoldParameter
IncreasedSensitivityParameter
FaintParameter
DecreasedSensitivityParameter
ItalicParameter
UnderlineParameter
SlowBlinkParameter
RapidBlinkParameter
ReverseVideoParameter
ConcealParameter
CrossedOutParameter
PrimaryFontParameter
DefaultFontParameter
AlternativeFontParameter(u32)
FrakturParameter
BoldOffParameter
DoubleUnderlineParameter
NormalColorParameter
NormalIntensityParameter
NotItalicParameter
NotFrakturParameter
UnderlineOffParameter
BlinkOffParameter
InverseOffParameter
RevealParameter
NotCrossedOutParameter
SetForegroundColorParameter(ForegroundColor)
DefaultForegroundColorParameter
SetBackgroundColorParameter(BackgroundColor)
DefaultBackgroundColorParameter
FramedParameter
EncircledParameter
OverlinedParameter
NotFramedParameter
NotEncircledParameter
NotOverlinedParameter
IdeogramUnderlineParameter
RightSideLineParameter
SetBrightForegroundColorParameter(BrightForegroundColor)
SetBrightBackgroundColorParameter(BrightBackgroundColor)
Implementations§
Auto Trait Implementations§
impl Freeze for SelectGraphicRenditionParameter
impl RefUnwindSafe for SelectGraphicRenditionParameter
impl Send for SelectGraphicRenditionParameter
impl Sync for SelectGraphicRenditionParameter
impl Unpin for SelectGraphicRenditionParameter
impl UnwindSafe for SelectGraphicRenditionParameter
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