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
impl Eq for PeripheralDmaChannel
impl StructuralPartialEq for PeripheralDmaChannel
Auto Trait Implementations§
impl Freeze for PeripheralDmaChannel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)