pub enum LoopCount {
Infinite,
Finite(NonZeroU32),
}Expand description
The number of times animated image should loop over.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoopCount
impl RefUnwindSafe for LoopCount
impl Send for LoopCount
impl Sync for LoopCount
impl Unpin for LoopCount
impl UnwindSafe for LoopCount
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