pub enum ReloadTextures {
All,
CarIdx(i16),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReloadTextures
impl RefUnwindSafe for ReloadTextures
impl Send for ReloadTextures
impl Sync for ReloadTextures
impl Unpin for ReloadTextures
impl UnwindSafe for ReloadTextures
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