pub enum LoopMethod {
RequestAnimationFrame,
SetTimeoutMs(i32),
}Variants§
Auto Trait Implementations§
impl Freeze for LoopMethod
impl RefUnwindSafe for LoopMethod
impl Send for LoopMethod
impl Sync for LoopMethod
impl Unpin for LoopMethod
impl UnsafeUnpin for LoopMethod
impl UnwindSafe for LoopMethod
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