pub enum StatusBit {
Designer0 = 0,
Designer1 = 1,
ErrorEventQueue = 2,
Questionable = 3,
Mav = 4,
Esb = 5,
RqsMss = 6,
Operation = 7,
}Expand description
Status byte bits
Variants§
Designer0 = 0
Designer bit 0
Designer1 = 1
Designer bit 1
ErrorEventQueue = 2
Error/Event queue bit or designer bit 2
Questionable = 3
Questionable summary bit or designer bit 3
Mav = 4
Message available bit
Esb = 5
Event status bit
RqsMss = 6
RQS or MSS bit
Operation = 7
Operation summary bit or designer bit 7
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatusBit
impl RefUnwindSafe for StatusBit
impl Send for StatusBit
impl Sync for StatusBit
impl Unpin for StatusBit
impl UnsafeUnpin for StatusBit
impl UnwindSafe for StatusBit
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