Enum stm32_metapac::can::vals::Anfs
#[repr(u8)]pub enum Anfs {
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 Anfs
impl Ord for Anfs
§impl PartialOrd for Anfs
impl PartialOrd for Anfs
impl Copy for Anfs
impl Eq for Anfs
impl StructuralPartialEq for Anfs
Auto Trait Implementations§
impl Freeze for Anfs
impl RefUnwindSafe for Anfs
impl Send for Anfs
impl Sync for Anfs
impl Unpin for Anfs
impl UnwindSafe for Anfs
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
)