pub enum STPBGR_A {
TRANSFER,
STOP,
}
Expand description
Stop at Block Gap Request
Value on reset: 0
Variants
TRANSFER
0: Transfer
STOP
1: Stop
Trait Implementations
impl Copy for STPBGR_A
impl StructuralPartialEq for STPBGR_A
Auto Trait Implementations
impl RefUnwindSafe for STPBGR_A
impl Send for STPBGR_A
impl Sync for STPBGR_A
impl Unpin for STPBGR_A
impl UnwindSafe for STPBGR_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