#[repr(u8)]
pub enum BCPB_A {
NONE,
SET,
CLEAR,
TOGGLE,
}
Expand description
RB Compare Effect on TIOB
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq<BCPB_A> for BCPB_A
impl PartialEq<BCPB_A> for BCPB_A
impl Copy for BCPB_A
impl Eq for BCPB_A
impl StructuralEq for BCPB_A
impl StructuralPartialEq for BCPB_A
Auto Trait Implementations§
impl RefUnwindSafe for BCPB_A
impl Send for BCPB_A
impl Sync for BCPB_A
impl Unpin for BCPB_A
impl UnwindSafe for BCPB_A
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