Struct AdcDmaRmp
#[repr(transparent)]pub struct AdcDmaRmp(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl AdcDmaRmp
impl AdcDmaRmp
pub const NOTREMAPPED: Self
pub const NOTREMAPPED: Self
ADC DMA request mapped on DMA channel 1
pub const REMAPPED: Self
pub const REMAPPED: Self
ADC DMA request mapped on DMA channel 2
Trait Implementations§
§impl Ord for AdcDmaRmp
impl Ord for AdcDmaRmp
§impl PartialOrd for AdcDmaRmp
impl PartialOrd for AdcDmaRmp
impl Copy for AdcDmaRmp
impl Eq for AdcDmaRmp
impl StructuralPartialEq for AdcDmaRmp
Auto Trait Implementations§
impl Freeze for AdcDmaRmp
impl RefUnwindSafe for AdcDmaRmp
impl Send for AdcDmaRmp
impl Sync for AdcDmaRmp
impl Unpin for AdcDmaRmp
impl UnwindSafe for AdcDmaRmp
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