pub struct LED { /* private fields */ }
Implementations§
Trait Implementations§
impl Copy for LED
impl StructuralPartialEq for LED
Auto Trait Implementations§
impl Freeze for LED
impl RefUnwindSafe for LED
impl Send for LED
impl Sync for LED
impl Unpin for LED
impl UnwindSafe for LED
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