#[repr(u8)]pub enum ProdEndpts3 {
NO_EFFECT = 0,
ENDPOINT = 1,
}Variants§
NO_EFFECT = 0
No effect. Slice 3 is not an endpoint.
ENDPOINT = 1
endpoint. Slice 3 is the endpoint of a product term (minterm). Pin interrupt 3 in the NVIC is raised if the minterm evaluates as true.
Implementations§
Source§impl ProdEndpts3
impl ProdEndpts3
Trait Implementations§
Source§impl Clone for ProdEndpts3
impl Clone for ProdEndpts3
Source§fn clone(&self) -> ProdEndpts3
fn clone(&self) -> ProdEndpts3
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 ProdEndpts3
impl Debug for ProdEndpts3
Source§impl From<ProdEndpts3> for u8
impl From<ProdEndpts3> for u8
Source§fn from(val: ProdEndpts3) -> u8
fn from(val: ProdEndpts3) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ProdEndpts3
impl From<u8> for ProdEndpts3
Source§fn from(val: u8) -> ProdEndpts3
fn from(val: u8) -> ProdEndpts3
Converts to this type from the input type.
Source§impl Ord for ProdEndpts3
impl Ord for ProdEndpts3
Source§fn cmp(&self, other: &ProdEndpts3) -> Ordering
fn cmp(&self, other: &ProdEndpts3) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ProdEndpts3
impl PartialEq for ProdEndpts3
Source§impl PartialOrd for ProdEndpts3
impl PartialOrd for ProdEndpts3
impl Copy for ProdEndpts3
impl Eq for ProdEndpts3
impl StructuralPartialEq for ProdEndpts3
Auto Trait Implementations§
impl Freeze for ProdEndpts3
impl RefUnwindSafe for ProdEndpts3
impl Send for ProdEndpts3
impl Sync for ProdEndpts3
impl Unpin for ProdEndpts3
impl UnwindSafe for ProdEndpts3
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