#[repr(u8)]pub enum Clearselect {
Key = 165,
}
Expand description
Watchdog Clear
Value on reset: 0
Variants§
Key = 165
165: Clear Key
Trait Implementations§
Source§impl Clone for Clearselect
impl Clone for Clearselect
Source§fn clone(&self) -> Clearselect
fn clone(&self) -> Clearselect
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 Clearselect
impl Debug for Clearselect
Source§impl From<Clearselect> for u8
impl From<Clearselect> for u8
Source§fn from(variant: Clearselect) -> Self
fn from(variant: Clearselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Clearselect
impl PartialEq for Clearselect
impl Copy for Clearselect
impl Eq for Clearselect
impl IsEnum for Clearselect
impl StructuralPartialEq for Clearselect
Auto Trait Implementations§
impl Freeze for Clearselect
impl RefUnwindSafe for Clearselect
impl Send for Clearselect
impl Sync for Clearselect
impl Unpin for Clearselect
impl UnwindSafe for Clearselect
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