Enum LedPull
#[repr(u8)]pub enum LedPull {
None = 0,
Up = 1,
Down = 2,
}Variants§
Trait Implementations§
impl Copy for LedPull
impl Eq for LedPull
impl StructuralPartialEq for LedPull
Auto Trait Implementations§
impl Freeze for LedPull
impl RefUnwindSafe for LedPull
impl Send for LedPull
impl Sync for LedPull
impl Unpin for LedPull
impl UnsafeUnpin for LedPull
impl UnwindSafe for LedPull
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