pub enum DeferredActionInterface {
Notify,
IrqAck,
}
Expand description
A channel interface for which actions can be deferred.
Variants§
Trait Implementations§
Source§impl Clone for DeferredActionInterface
impl Clone for DeferredActionInterface
Source§fn clone(&self) -> DeferredActionInterface
fn clone(&self) -> DeferredActionInterface
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeferredActionInterface
impl Debug for DeferredActionInterface
Source§impl PartialEq for DeferredActionInterface
impl PartialEq for DeferredActionInterface
impl Copy for DeferredActionInterface
impl Eq for DeferredActionInterface
impl StructuralPartialEq for DeferredActionInterface
Auto Trait Implementations§
impl Freeze for DeferredActionInterface
impl RefUnwindSafe for DeferredActionInterface
impl Send for DeferredActionInterface
impl Sync for DeferredActionInterface
impl Unpin for DeferredActionInterface
impl UnwindSafe for DeferredActionInterface
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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
)§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
§impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
§impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
§type Error = Infallible
type Error = Infallible
The type returned in the event of a conversion error.