Enum LedOutputMode
#[repr(u8)]pub enum LedOutputMode {
PushPull = 0,
OpenDrain = 1,
}Variants§
Trait Implementations§
§impl Clone for LedOutputMode
impl Clone for LedOutputMode
§fn clone(&self) -> LedOutputMode
fn clone(&self) -> LedOutputMode
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 more§impl Debug for LedOutputMode
impl Debug for LedOutputMode
§impl PartialEq for LedOutputMode
impl PartialEq for LedOutputMode
impl Copy for LedOutputMode
impl Eq for LedOutputMode
impl StructuralPartialEq for LedOutputMode
Auto Trait Implementations§
impl Freeze for LedOutputMode
impl RefUnwindSafe for LedOutputMode
impl Send for LedOutputMode
impl Sync for LedOutputMode
impl Unpin for LedOutputMode
impl UnsafeUnpin for LedOutputMode
impl UnwindSafe for LedOutputMode
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