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