Enum web_embedded_hal::components::OutputVisual
source · [−]Variants
String(&'static str)
Led(LedColor, bool)
Trait Implementations
sourceimpl AsRef<str> for OutputVisual
impl AsRef<str> for OutputVisual
sourceimpl From<&'static str> for OutputVisual
impl From<&'static str> for OutputVisual
Auto Trait Implementations
impl RefUnwindSafe for OutputVisual
impl Send for OutputVisual
impl Sync for OutputVisual
impl Unpin for OutputVisual
impl UnwindSafe for OutputVisual
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more