Enum stm32_metapac::can::vals::Anfe
#[repr(u8)]pub enum Anfe {
ACCEPT_FIFO_0 = 0,
ACCEPT_FIFO_1 = 1,
REJECT = 2,
_RESERVED_3 = 3,
}
Variants§
ACCEPT_FIFO_0 = 0
Accept in Rx FIFO 0
ACCEPT_FIFO_1 = 1
Accept in Rx FIFO 1
REJECT = 2
Reject
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Anfe
impl Ord for Anfe
§impl PartialOrd for Anfe
impl PartialOrd for Anfe
impl Copy for Anfe
impl Eq for Anfe
impl StructuralPartialEq for Anfe
Auto Trait Implementations§
impl Freeze for Anfe
impl RefUnwindSafe for Anfe
impl Send for Anfe
impl Sync for Anfe
impl Unpin for Anfe
impl UnwindSafe for Anfe
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)