#[repr(u8)]pub enum INTType {
NoiseHigh = 1,
Disturber = 4,
Lightning = 8,
Nothing = 0,
}Expand description
Interrupt Type : what triggered interrupt
Variants§
Trait Implementations§
Source§impl PartialOrd for INTType
impl PartialOrd for INTType
impl Copy for INTType
impl Eq for INTType
impl StructuralPartialEq for INTType
Auto Trait Implementations§
impl Freeze for INTType
impl RefUnwindSafe for INTType
impl Send for INTType
impl Sync for INTType
impl Unpin for INTType
impl UnsafeUnpin for INTType
impl UnwindSafe for INTType
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