#[repr(u8)]pub enum EE1SRC {
Src1 = 0,
Src2 = 1,
Src3 = 2,
Src4 = 3,
}
Expand description
External Event %s Source
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for EE1SRC
impl Eq for EE1SRC
impl IsEnum for EE1SRC
impl StructuralPartialEq for EE1SRC
Auto Trait Implementations§
impl Freeze for EE1SRC
impl RefUnwindSafe for EE1SRC
impl Send for EE1SRC
impl Sync for EE1SRC
impl Unpin for EE1SRC
impl UnwindSafe for EE1SRC
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