Struct wgpu_core::identity::IdentityManager
source · pub struct IdentityManager<I: TypedId> { /* private fields */ }
Implementations§
source§impl<I: TypedId> IdentityManager<I>
impl<I: TypedId> IdentityManager<I>
Trait Implementations§
Auto Trait Implementations§
impl<I> !RefUnwindSafe for IdentityManager<I>
impl<I> Send for IdentityManager<I>
impl<I> Sync for IdentityManager<I>
impl<I> Unpin for IdentityManager<I>where
I: Unpin,
impl<I> UnwindSafe for IdentityManager<I>where
I: 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