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