pub struct LedMode(u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl Ord for LedMode
impl Ord for LedMode
source§impl PartialEq for LedMode
impl PartialEq for LedMode
source§impl PartialOrd for LedMode
impl PartialOrd for LedMode
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for LedMode
impl Eq for LedMode
impl StructuralPartialEq for LedMode
Auto Trait Implementations§
impl Freeze for LedMode
impl RefUnwindSafe for LedMode
impl Send for LedMode
impl Sync for LedMode
impl Unpin for LedMode
impl UnwindSafe for LedMode
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