Struct I2c1TxDmaRmp
#[repr(transparent)]pub struct I2c1TxDmaRmp(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl I2c1TxDmaRmp
impl I2c1TxDmaRmp
pub const MAPDMA1CH6: Self
pub const MAPDMA1CH6: Self
I2C1_TX mapped on DMA1 CH6
pub const MAPDMA1CH2: Self
pub const MAPDMA1CH2: Self
I2C1_TX mapped on DMA1 CH2
pub const MAPDMA1CH4: Self
pub const MAPDMA1CH4: Self
I2C1_TX mapped on DMA1 CH4
Trait Implementations§
§impl Clone for I2c1TxDmaRmp
impl Clone for I2c1TxDmaRmp
§fn clone(&self) -> I2c1TxDmaRmp
fn clone(&self) -> I2c1TxDmaRmp
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 I2c1TxDmaRmp
impl Ord for I2c1TxDmaRmp
§impl PartialEq for I2c1TxDmaRmp
impl PartialEq for I2c1TxDmaRmp
§impl PartialOrd for I2c1TxDmaRmp
impl PartialOrd for I2c1TxDmaRmp
impl Copy for I2c1TxDmaRmp
impl Eq for I2c1TxDmaRmp
impl StructuralPartialEq for I2c1TxDmaRmp
Auto Trait Implementations§
impl Freeze for I2c1TxDmaRmp
impl RefUnwindSafe for I2c1TxDmaRmp
impl Send for I2c1TxDmaRmp
impl Sync for I2c1TxDmaRmp
impl Unpin for I2c1TxDmaRmp
impl UnwindSafe for I2c1TxDmaRmp
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