pub enum CURLIM_A {
NO,
YES,
}
Expand description
Current Limit Error
Value on reset: 0
Variants
NO
0: No Error
YES
1: Power Fail
Trait Implementations
impl Copy for CURLIM_A
impl StructuralPartialEq for CURLIM_A
Auto Trait Implementations
impl RefUnwindSafe for CURLIM_A
impl Send for CURLIM_A
impl Sync for CURLIM_A
impl Unpin for CURLIM_A
impl UnwindSafe for CURLIM_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more