pub struct Sk68xxLed<'a, P: Pin, const T0H: usize> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, P, const T0H: usize> Freeze for Sk68xxLed<'a, P, T0H>
impl<'a, P, const T0H: usize> !RefUnwindSafe for Sk68xxLed<'a, P, T0H>
impl<'a, P, const T0H: usize> !Send for Sk68xxLed<'a, P, T0H>
impl<'a, P, const T0H: usize> !Sync for Sk68xxLed<'a, P, T0H>
impl<'a, P, const T0H: usize> Unpin for Sk68xxLed<'a, P, T0H>
impl<'a, P, const T0H: usize> !UnwindSafe for Sk68xxLed<'a, P, T0H>
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