Struct microbit_text::scrolling_statics::ScrollingStatics [−][src]
pub struct ScrollingStatics<T: Render + 'static> { /* fields omitted */ }
Expand description
A Scrollable
displaying a static slice of arbitrary images.
The underlying images can be any sized type that implements Render
.
Implementations
Specifies the images to be displayed.
This also resets the animation to the beginning.
Trait Implementations
Returns the “default value” for a type. Read more
type Subimage = T
type Subimage = T
The type of the underlying 5×5 images.
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.