pub struct Ws2812<TIMER, PIN> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<TIMER, PIN> SmartLedsWrite for Ws2812<TIMER, PIN>
impl<TIMER, PIN> SmartLedsWrite for Ws2812<TIMER, PIN>
Auto Trait Implementations§
impl<TIMER, PIN> Freeze for Ws2812<TIMER, PIN>
impl<TIMER, PIN> RefUnwindSafe for Ws2812<TIMER, PIN>where
TIMER: RefUnwindSafe,
PIN: RefUnwindSafe,
impl<TIMER, PIN> Send for Ws2812<TIMER, PIN>
impl<TIMER, PIN> Sync for Ws2812<TIMER, PIN>
impl<TIMER, PIN> Unpin for Ws2812<TIMER, PIN>
impl<TIMER, PIN> UnwindSafe for Ws2812<TIMER, PIN>where
TIMER: UnwindSafe,
PIN: UnwindSafe,
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