#[repr(u8)]pub enum InSource {
PINS = 0,
X = 1,
Y = 2,
NULL = 3,
ISR = 6,
OSR = 7,
}Variants§
Trait Implementations§
Source§impl TryFromPrimitive for InSource
impl TryFromPrimitive for InSource
impl Copy for InSource
impl Eq for InSource
impl StructuralPartialEq for InSource
Auto Trait Implementations§
impl Freeze for InSource
impl RefUnwindSafe for InSource
impl Send for InSource
impl Sync for InSource
impl Unpin for InSource
impl UnwindSafe for InSource
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