pub enum Curlimselect {
No = 0,
Yes = 1,
}
Expand description
Force Event for Current Limit Error
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Curlimselect
impl Clone for Curlimselect
Source§fn clone(&self) -> Curlimselect
fn clone(&self) -> Curlimselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Curlimselect
impl Debug for Curlimselect
Source§impl From<Curlimselect> for bool
impl From<Curlimselect> for bool
Source§fn from(variant: Curlimselect) -> Self
fn from(variant: Curlimselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Curlimselect
impl PartialEq for Curlimselect
impl Copy for Curlimselect
impl Eq for Curlimselect
impl StructuralPartialEq for Curlimselect
Auto Trait Implementations§
impl Freeze for Curlimselect
impl RefUnwindSafe for Curlimselect
impl Send for Curlimselect
impl Sync for Curlimselect
impl Unpin for Curlimselect
impl UnwindSafe for Curlimselect
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