pub enum Screen<LoadableAssetImpl: LoadableAsset> {
Scr(LoadableAssetImpl),
}
Variants§
Scr(LoadableAssetImpl)
Auto Trait Implementations§
impl<LoadableAssetImpl> Freeze for Screen<LoadableAssetImpl>where
LoadableAssetImpl: Freeze,
impl<LoadableAssetImpl> RefUnwindSafe for Screen<LoadableAssetImpl>where
LoadableAssetImpl: RefUnwindSafe,
impl<LoadableAssetImpl> Send for Screen<LoadableAssetImpl>where
LoadableAssetImpl: Send,
impl<LoadableAssetImpl> Sync for Screen<LoadableAssetImpl>where
LoadableAssetImpl: Sync,
impl<LoadableAssetImpl> Unpin for Screen<LoadableAssetImpl>where
LoadableAssetImpl: Unpin,
impl<LoadableAssetImpl> UnwindSafe for Screen<LoadableAssetImpl>where
LoadableAssetImpl: UnwindSafe,
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