Struct lpc55::bootloader::property::IrqNotificationPin
source · [−]Fields
pin: u8
port: u8
enabled: bool
Trait Implementations
sourceimpl Clone for IrqNotificationPin
impl Clone for IrqNotificationPin
sourcefn clone(&self) -> IrqNotificationPin
fn clone(&self) -> IrqNotificationPin
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IrqNotificationPin
impl Debug for IrqNotificationPin
sourceimpl<'de> Deserialize<'de> for IrqNotificationPin
impl<'de> Deserialize<'de> for IrqNotificationPin
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<u32> for IrqNotificationPin
impl From<u32> for IrqNotificationPin
sourceimpl PartialEq<IrqNotificationPin> for IrqNotificationPin
impl PartialEq<IrqNotificationPin> for IrqNotificationPin
sourcefn eq(&self, other: &IrqNotificationPin) -> bool
fn eq(&self, other: &IrqNotificationPin) -> bool
sourceimpl Serialize for IrqNotificationPin
impl Serialize for IrqNotificationPin
impl Copy for IrqNotificationPin
impl Eq for IrqNotificationPin
impl StructuralEq for IrqNotificationPin
impl StructuralPartialEq for IrqNotificationPin
Auto Trait Implementations
impl RefUnwindSafe for IrqNotificationPin
impl Send for IrqNotificationPin
impl Sync for IrqNotificationPin
impl Unpin for IrqNotificationPin
impl UnwindSafe for IrqNotificationPin
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.