#[repr(u8)]pub enum Filtc2 {
INTERRUPT = 0,
DMA_REQ = 1,
TRIGGER = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Filtc2
impl Ord for Filtc2
Source§impl PartialOrd for Filtc2
impl PartialOrd for Filtc2
impl Copy for Filtc2
impl Eq for Filtc2
impl StructuralPartialEq for Filtc2
Auto Trait Implementations§
impl Freeze for Filtc2
impl RefUnwindSafe for Filtc2
impl Send for Filtc2
impl Sync for Filtc2
impl Unpin for Filtc2
impl UnwindSafe for Filtc2
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