Struct I2c1DmaRmp
#[repr(transparent)]pub struct I2c1DmaRmp(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl I2c1DmaRmp
impl I2c1DmaRmp
pub const NOTREMAPPED: Self
pub const NOTREMAPPED: Self
I2C1_RX and I2C1_TX DMA requests mapped on DMA channel 3 and 2 respectively
pub const REMAPPED: Self
pub const REMAPPED: Self
I2C1_RX and I2C1_TX DMA requests mapped on DMA channel 7 and 6 respectively
Trait Implementations§
§impl Clone for I2c1DmaRmp
impl Clone for I2c1DmaRmp
§fn clone(&self) -> I2c1DmaRmp
fn clone(&self) -> I2c1DmaRmp
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 I2c1DmaRmp
impl Ord for I2c1DmaRmp
§impl PartialEq for I2c1DmaRmp
impl PartialEq for I2c1DmaRmp
§impl PartialOrd for I2c1DmaRmp
impl PartialOrd for I2c1DmaRmp
impl Copy for I2c1DmaRmp
impl Eq for I2c1DmaRmp
impl StructuralPartialEq for I2c1DmaRmp
Auto Trait Implementations§
impl Freeze for I2c1DmaRmp
impl RefUnwindSafe for I2c1DmaRmp
impl Send for I2c1DmaRmp
impl Sync for I2c1DmaRmp
impl Unpin for I2c1DmaRmp
impl UnwindSafe for I2c1DmaRmp
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