Struct wgpu_core::hub::IdentityManagerFactory [−][src]
pub struct IdentityManagerFactory;
Trait Implementations
impl Debug for IdentityManagerFactory[src]
impl Debug for IdentityManagerFactory[src]impl<I: TypedId + Debug> IdentityHandlerFactory<I> for IdentityManagerFactory[src]
impl<I: TypedId + Debug> IdentityHandlerFactory<I> for IdentityManagerFactory[src]impl GlobalIdentityHandlerFactory for IdentityManagerFactory[src]
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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more