Enum bms_rs::lex::command::PoorMode [−][src]
pub enum PoorMode {
Interrupt,
Overlay,
Hidden,
}
Expand description
A POOR BGA display mode.
Variants
Interrupt
To hide the normal BGA and display the POOR BGA.
Overlay
To overlap the POOR BGA onto the normal BGA.
Hidden
Not to display the POOR BGA.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PoorMode
impl UnwindSafe for PoorMode
Blanket Implementations
Mutably borrows from an owned value. Read more