#[repr(u8)]pub enum Overrunf {
OVERRUNF_0 = 0,
OVERRUNF_1 = 1,
}Variants§
OVERRUNF_0 = 0
there is trigger or ips bus writing during scan progress
OVERRUNF_1 = 1
there is no trigger or ips bus writing during scan progress
Implementations§
Trait Implementations§
Source§impl Ord for Overrunf
impl Ord for Overrunf
Source§impl PartialOrd for Overrunf
impl PartialOrd for Overrunf
impl Copy for Overrunf
impl Eq for Overrunf
impl StructuralPartialEq for Overrunf
Auto Trait Implementations§
impl Freeze for Overrunf
impl RefUnwindSafe for Overrunf
impl Send for Overrunf
impl Sync for Overrunf
impl Unpin for Overrunf
impl UnwindSafe for Overrunf
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