pub enum AnalogWatchdogEvent {
HighThreshold {
transceivers: u8,
},
LowThreshold {
transceivers: u8,
},
}Expand description
Analog watchdog event.
Variants§
Auto Trait Implementations§
impl Freeze for AnalogWatchdogEvent
impl RefUnwindSafe for AnalogWatchdogEvent
impl Send for AnalogWatchdogEvent
impl Sync for AnalogWatchdogEvent
impl Unpin for AnalogWatchdogEvent
impl UnsafeUnpin for AnalogWatchdogEvent
impl UnwindSafe for AnalogWatchdogEvent
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