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§
source§impl PartialEq for PoorMode
impl PartialEq for PoorMode
impl Copy for PoorMode
impl Eq for PoorMode
impl StructuralEq for PoorMode
impl StructuralPartialEq for PoorMode
Auto Trait Implementations§
impl RefUnwindSafe for PoorMode
impl Send for PoorMode
impl Sync for PoorMode
impl Unpin for PoorMode
impl UnwindSafe for PoorMode
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