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