pub struct DeviceAssetPlugin<D, T: DeviceUpload<D>> { /* private fields */ }Implementations§
Source§impl<D, T: DeviceUpload<D>> DeviceAssetPlugin<D, T>
impl<D, T: DeviceUpload<D>> DeviceAssetPlugin<D, T>
Trait Implementations§
Auto Trait Implementations§
impl<D, T> Freeze for DeviceAssetPlugin<D, T>
impl<D, T> RefUnwindSafe for DeviceAssetPlugin<D, T>where
D: RefUnwindSafe,
T: RefUnwindSafe,
impl<D, T> Send for DeviceAssetPlugin<D, T>where
D: Send,
impl<D, T> Sync for DeviceAssetPlugin<D, T>where
D: Sync,
impl<D, T> Unpin for DeviceAssetPlugin<D, T>
impl<D, T> UnsafeUnpin for DeviceAssetPlugin<D, T>
impl<D, T> UnwindSafe for DeviceAssetPlugin<D, T>where
D: UnwindSafe,
T: 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