pub struct AsyncGraphicsPlugin<B, W>(/* private fields */);Implementations§
Source§impl<B, W> AsyncGraphicsPlugin<B, W>
impl<B, W> AsyncGraphicsPlugin<B, W>
Trait Implementations§
Source§impl<B: AsyncInit, W> Plugin for AsyncGraphicsPlugin<B, W>
impl<B: AsyncInit, W> Plugin for AsyncGraphicsPlugin<B, W>
Auto Trait Implementations§
impl<B, W> Freeze for AsyncGraphicsPlugin<B, W>
impl<B, W> RefUnwindSafe for AsyncGraphicsPlugin<B, W>where
B: RefUnwindSafe,
W: RefUnwindSafe,
impl<B, W> Send for AsyncGraphicsPlugin<B, W>
impl<B, W> Sync for AsyncGraphicsPlugin<B, W>
impl<B, W> Unpin for AsyncGraphicsPlugin<B, W>
impl<B, W> UnsafeUnpin for AsyncGraphicsPlugin<B, W>
impl<B, W> UnwindSafe for AsyncGraphicsPlugin<B, W>where
B: UnwindSafe,
W: 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