Struct SubscribeDma
pub struct SubscribeDma { /* private fields */ }
Expand description
Subscribe configuration for tasks
Implementations§
§impl SubscribeDma
impl SubscribeDma
pub const unsafe fn from_ptr(ptr: *mut ()) -> SubscribeDma
pub const fn as_ptr(&self) -> *mut ()
pub const fn rx(self) -> SubscribeDmaRx
pub const fn rx(self) -> SubscribeDmaRx
Subscribe configuration for tasks
Trait Implementations§
§impl Clone for SubscribeDma
impl Clone for SubscribeDma
§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 more§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
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
)