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