pub struct IrqNotifierPin { /* private fields */ }Expand description
IRQ notifier pin configuration.
Contains information about the IRQ notifier pin including port, pin number, and enabled state.
Implementations§
Trait Implementations§
Source§impl Clone for IrqNotifierPin
impl Clone for IrqNotifierPin
Source§fn clone(&self) -> IrqNotifierPin
fn clone(&self) -> IrqNotifierPin
Returns a duplicate 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 Debug for IrqNotifierPin
impl Debug for IrqNotifierPin
Source§impl Display for IrqNotifierPin
impl Display for IrqNotifierPin
impl Copy for IrqNotifierPin
Auto Trait Implementations§
impl Freeze for IrqNotifierPin
impl RefUnwindSafe for IrqNotifierPin
impl Send for IrqNotifierPin
impl Sync for IrqNotifierPin
impl Unpin for IrqNotifierPin
impl UnwindSafe for IrqNotifierPin
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