#[repr(u8)]pub enum MovRxIndex {
RXFIFOY = 0,
RXFIFO0 = 8,
RXFIFO1 = 9,
RXFIFO2 = 10,
RXFIFO3 = 11,
}Variants§
Trait Implementations§
Source§impl Clone for MovRxIndex
impl Clone for MovRxIndex
Source§fn clone(&self) -> MovRxIndex
fn clone(&self) -> MovRxIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MovRxIndex
impl Debug for MovRxIndex
Source§impl PartialEq for MovRxIndex
impl PartialEq for MovRxIndex
Source§impl TryFrom<u8> for MovRxIndex
impl TryFrom<u8> for MovRxIndex
Source§type Error = TryFromPrimitiveError<MovRxIndex>
type Error = TryFromPrimitiveError<MovRxIndex>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for MovRxIndex
impl TryFromPrimitive for MovRxIndex
const NAME: &'static str = "MovRxIndex"
type Primitive = u8
type Error = TryFromPrimitiveError<MovRxIndex>
fn try_from_primitive( number: Self::Primitive, ) -> Result<Self, TryFromPrimitiveError<Self>>
impl Copy for MovRxIndex
impl Eq for MovRxIndex
impl StructuralPartialEq for MovRxIndex
Auto Trait Implementations§
impl Freeze for MovRxIndex
impl RefUnwindSafe for MovRxIndex
impl Send for MovRxIndex
impl Sync for MovRxIndex
impl Unpin for MovRxIndex
impl UnwindSafe for MovRxIndex
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