#[repr(u8)]pub enum Int6 {
NOT_ACTIVE = 0,
CTIVE = 1,
}Variants§
NOT_ACTIVE = 0
The interrupt request for channel 6 is cleared
CTIVE = 1
The interrupt request for channel 6 is active
Implementations§
Trait Implementations§
Source§impl Ord for Int6
impl Ord for Int6
Source§impl PartialOrd for Int6
impl PartialOrd for Int6
impl Copy for Int6
impl Eq for Int6
impl StructuralPartialEq for Int6
Auto Trait Implementations§
impl Freeze for Int6
impl RefUnwindSafe for Int6
impl Send for Int6
impl Sync for Int6
impl Unpin for Int6
impl UnwindSafe for Int6
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