Struct microbit_text::scrolling::ScrollingState [−][src]
pub struct ScrollingState { /* fields omitted */ }
Expand description
Data needed to record the state of a scrolling animation.
Implementations of Scrollable
should contain one of these and make it
available via state()
and state_mut()
.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more