Struct I2c1RxDmaRmp
#[repr(transparent)]pub struct I2c1RxDmaRmp(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl I2c1RxDmaRmp
impl I2c1RxDmaRmp
pub const MAPDMA1CH7: Self
pub const MAPDMA1CH7: Self
I2C1_RX mapped on DMA1 CH7
pub const MAPDMA1CH3: Self
pub const MAPDMA1CH3: Self
I2C1_RX mapped on DMA1 CH3
pub const MAPDMA1CH5: Self
pub const MAPDMA1CH5: Self
I2C1_RX mapped on DMA1 CH5
Trait Implementations§
§impl Clone for I2c1RxDmaRmp
impl Clone for I2c1RxDmaRmp
§fn clone(&self) -> I2c1RxDmaRmp
fn clone(&self) -> I2c1RxDmaRmp
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for I2c1RxDmaRmp
impl Ord for I2c1RxDmaRmp
§impl PartialEq for I2c1RxDmaRmp
impl PartialEq for I2c1RxDmaRmp
§impl PartialOrd for I2c1RxDmaRmp
impl PartialOrd for I2c1RxDmaRmp
impl Copy for I2c1RxDmaRmp
impl Eq for I2c1RxDmaRmp
impl StructuralPartialEq for I2c1RxDmaRmp
Auto Trait Implementations§
impl Freeze for I2c1RxDmaRmp
impl RefUnwindSafe for I2c1RxDmaRmp
impl Send for I2c1RxDmaRmp
impl Sync for I2c1RxDmaRmp
impl Unpin for I2c1RxDmaRmp
impl UnwindSafe for I2c1RxDmaRmp
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