pub struct SubscribeDma { /* private fields */ }
Expand description
Subscribe configuration for tasks
Implementations§
Source§impl SubscribeDma
impl SubscribeDma
pub const unsafe fn from_ptr(ptr: *mut ()) -> SubscribeDma
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn rx(self) -> SubscribeDmaRx
pub const fn rx(self) -> SubscribeDmaRx
Subscribe configuration for tasks
Sourcepub const fn tx(self) -> SubscribeDmaTx
pub const fn tx(self) -> SubscribeDmaTx
Subscribe configuration for tasks
Trait Implementations§
Source§impl Clone for SubscribeDma
impl Clone for SubscribeDma
Source§fn clone(&self) -> SubscribeDma
fn clone(&self) -> SubscribeDma
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 SubscribeDma
impl PartialEq for SubscribeDma
impl Copy for SubscribeDma
impl Eq for SubscribeDma
impl Send for SubscribeDma
impl StructuralPartialEq for SubscribeDma
impl Sync for SubscribeDma
Auto Trait Implementations§
impl Freeze for SubscribeDma
impl RefUnwindSafe for SubscribeDma
impl Unpin for SubscribeDma
impl UnwindSafe for SubscribeDma
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