Struct wgpu_core::hub::IdentityManagerFactory
source · [−]pub struct IdentityManagerFactory;
Trait Implementations
sourceimpl Debug for IdentityManagerFactory
impl Debug for IdentityManagerFactory
sourceimpl<I: TypedId + Debug> IdentityHandlerFactory<I> for IdentityManagerFactory
impl<I: TypedId + Debug> IdentityHandlerFactory<I> for IdentityManagerFactory
impl GlobalIdentityHandlerFactory for IdentityManagerFactory
Auto Trait Implementations
impl RefUnwindSafe for IdentityManagerFactory
impl Send for IdentityManagerFactory
impl Sync for IdentityManagerFactory
impl Unpin for IdentityManagerFactory
impl UnwindSafe for IdentityManagerFactory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more