pub enum InterruptLine {
_0 = 0,
_1 = 1,
}
Expand description
There are two interrupt lines for the FdCan
The events linked to these can be configured
see [config::FdCanConfig]
Variants§
Trait Implementations§
Source§impl Clone for InterruptLine
impl Clone for InterruptLine
Source§fn clone(&self) -> InterruptLine
fn clone(&self) -> InterruptLine
Returns a copy 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 InterruptLine
impl Debug for InterruptLine
Source§impl PartialEq for InterruptLine
impl PartialEq for InterruptLine
impl Copy for InterruptLine
impl Eq for InterruptLine
impl StructuralPartialEq for InterruptLine
Auto Trait Implementations§
impl Freeze for InterruptLine
impl RefUnwindSafe for InterruptLine
impl Send for InterruptLine
impl Sync for InterruptLine
impl Unpin for InterruptLine
impl UnwindSafe for InterruptLine
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