pub enum DmaEvent {
TransferComplete,
HalfTransfer,
}Variants§
Trait Implementations§
impl Copy for DmaEvent
impl Eq for DmaEvent
impl StructuralPartialEq for DmaEvent
Auto Trait Implementations§
impl Freeze for DmaEvent
impl RefUnwindSafe for DmaEvent
impl Send for DmaEvent
impl Sync for DmaEvent
impl Unpin for DmaEvent
impl UnwindSafe for DmaEvent
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