Struct stm32_metapac::metadata::PeripheralDmaChannel
pub struct PeripheralDmaChannel {
pub signal: &'static str,
pub channel: Option<&'static str>,
pub dmamux: Option<&'static str>,
pub dma: Option<&'static str>,
pub request: Option<u32>,
}
Fields§
§signal: &'static str
§channel: Option<&'static str>
§dmamux: Option<&'static str>
§dma: Option<&'static str>
§request: Option<u32>
Trait Implementations§
§impl Clone for PeripheralDmaChannel
impl Clone for PeripheralDmaChannel
§fn clone(&self) -> PeripheralDmaChannel
fn clone(&self) -> PeripheralDmaChannel
Returns a copy 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 more§impl Debug for PeripheralDmaChannel
impl Debug for PeripheralDmaChannel
§impl PartialEq for PeripheralDmaChannel
impl PartialEq for PeripheralDmaChannel
§fn eq(&self, other: &PeripheralDmaChannel) -> bool
fn eq(&self, other: &PeripheralDmaChannel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for PeripheralDmaChannel
impl StructuralEq for PeripheralDmaChannel
impl StructuralPartialEq for PeripheralDmaChannel
Auto Trait Implementations§
impl RefUnwindSafe for PeripheralDmaChannel
impl Send for PeripheralDmaChannel
impl Sync for PeripheralDmaChannel
impl Unpin for PeripheralDmaChannel
impl UnwindSafe for PeripheralDmaChannel
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