Struct microbit_text::scrolling_text::ScrollingStaticText [−][src]
pub struct ScrollingStaticText { /* fields omitted */ }
Expand description
A Scrollable
displaying a static ascii byte-string slice.
Implementations
Specifies the ascii byte-string slice to be displayed.
This also resets the animation to the beginning.
Trait Implementations
Returns the “default value” for a type. Read more
A ScrollingState
indicating the current point in the animation.
A ScrollingState
indicating the current point in the animation, as
a mutable reference. Read more
A reference to the underlying image at the specified index.