Struct atsamd_hal::eic::ConfigurableEIC
source · [−]pub struct ConfigurableEIC { /* private fields */ }
Expand description
An External Interrupt Controller which is being configured.
Implementations
Trait Implementations
sourceimpl From<ConfigurableEIC> for EIC
impl From<ConfigurableEIC> for EIC
sourcefn from(eic: ConfigurableEIC) -> Self
fn from(eic: ConfigurableEIC) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for ConfigurableEIC
impl Send for ConfigurableEIC
impl !Sync for ConfigurableEIC
impl Unpin for ConfigurableEIC
impl UnwindSafe for ConfigurableEIC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more