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