pub struct EventsDmaTx { /* private fields */ }
Expand description
Peripheral events.
Implementations§
Source§impl EventsDmaTx
impl EventsDmaTx
Trait Implementations§
Source§impl Clone for EventsDmaTx
impl Clone for EventsDmaTx
Source§fn clone(&self) -> EventsDmaTx
fn clone(&self) -> EventsDmaTx
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 moreSource§impl PartialEq for EventsDmaTx
impl PartialEq for EventsDmaTx
impl Copy for EventsDmaTx
impl Eq for EventsDmaTx
impl Send for EventsDmaTx
impl StructuralPartialEq for EventsDmaTx
impl Sync for EventsDmaTx
Auto Trait Implementations§
impl Freeze for EventsDmaTx
impl RefUnwindSafe for EventsDmaTx
impl Unpin for EventsDmaTx
impl UnwindSafe for EventsDmaTx
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
)