pub enum BOOTAE_A {
_0,
_1,
}
Expand description
Boot Acknowledge Error
Value on reset: 0
Variants
_0
0: FIFO contains at least one byte
_1
1: FIFO is empty
Trait Implementations
impl Copy for BOOTAE_A
impl StructuralPartialEq for BOOTAE_A
Auto Trait Implementations
impl RefUnwindSafe for BOOTAE_A
impl Send for BOOTAE_A
impl Sync for BOOTAE_A
impl Unpin for BOOTAE_A
impl UnwindSafe for BOOTAE_A
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