pub enum UPCFW {
Clear = 1,
}
Expand description
Direction change to UP Clear Flag
Value on reset: 0
Variants§
Clear = 1
1: Direction change to up Clear Flag
Trait Implementations§
impl Copy for UPCFW
impl Eq for UPCFW
impl StructuralPartialEq for UPCFW
Auto Trait Implementations§
impl Freeze for UPCFW
impl RefUnwindSafe for UPCFW
impl Send for UPCFW
impl Sync for UPCFW
impl Unpin for UPCFW
impl UnwindSafe for UPCFW
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