#[repr(u8)]
pub enum PixelTest {
Show 25 variants
Off,
ChannelSingle,
ChannelSingleRotate,
ChannelSingleRotateReverse,
ChannelFlashAll,
ChannelRoll,
ChannelAllOn,
PixelSingle,
PixelSingleRotate,
PixelSingleRotateReverse,
PixelFlashAll,
PixelRoll,
PixelAllOn,
ScanCodeSingle,
ScanCodeSingleRotate,
ScanCodeSingleRotateReverse,
ScanCodeFlashAll,
ScanCodeRoll,
ScanCodeAllOn,
PositionSingle,
PositionSingleRotate,
PositionSingleRotateReverse,
PositionFlashAll,
PositionRoll,
PositionAllOn,
}
Variants
Off
Disable pixel test mode
ChannelSingle
Enable a single channel
ChannelSingleRotate
Enable a single channel rotate forward (index is used for jump amount)
ChannelSingleRotateReverse
Enable a single channel rotate in reverse (index is used for jump amount)
ChannelFlashAll
ChannelRoll
ChannelAllOn
PixelSingle
PixelSingleRotate
PixelSingleRotateReverse
PixelFlashAll
PixelRoll
PixelAllOn
ScanCodeSingle
ScanCodeSingleRotate
ScanCodeSingleRotateReverse
ScanCodeFlashAll
ScanCodeRoll
ScanCodeAllOn
PositionSingle
PositionSingleRotate
PositionSingleRotateReverse
PositionFlashAll
PositionRoll
PositionAllOn
Trait Implementations
impl Copy for PixelTest
impl Eq for PixelTest
impl StructuralEq for PixelTest
impl StructuralPartialEq for PixelTest
Auto Trait Implementations
impl RefUnwindSafe for PixelTest
impl Send for PixelTest
impl Sync for PixelTest
impl Unpin for PixelTest
impl UnwindSafe for PixelTest
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