pub struct LoaderIndicatorOptions {
pub frames: Vec<String>,
pub interval_ms: u64,
}Expand description
Options for Loader indicator appearance.
Fields§
§frames: Vec<String>Animation frames. Use an empty vec to hide the indicator.
interval_ms: u64Frame interval in milliseconds for animated indicators.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoaderIndicatorOptions
impl RefUnwindSafe for LoaderIndicatorOptions
impl Send for LoaderIndicatorOptions
impl Sync for LoaderIndicatorOptions
impl Unpin for LoaderIndicatorOptions
impl UnsafeUnpin for LoaderIndicatorOptions
impl UnwindSafe for LoaderIndicatorOptions
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