pub enum Ed8supselect {
No = 0,
Yes = 1,
}
Expand description
8-bit Support for Embedded Device
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Ed8supselect
impl Clone for Ed8supselect
Source§fn clone(&self) -> Ed8supselect
fn clone(&self) -> Ed8supselect
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 Ed8supselect
impl Debug for Ed8supselect
Source§impl From<Ed8supselect> for bool
impl From<Ed8supselect> for bool
Source§fn from(variant: Ed8supselect) -> Self
fn from(variant: Ed8supselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Ed8supselect
impl PartialEq for Ed8supselect
impl Copy for Ed8supselect
impl Eq for Ed8supselect
impl StructuralPartialEq for Ed8supselect
Auto Trait Implementations§
impl Freeze for Ed8supselect
impl RefUnwindSafe for Ed8supselect
impl Send for Ed8supselect
impl Sync for Ed8supselect
impl Unpin for Ed8supselect
impl UnwindSafe for Ed8supselect
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