Struct wgpu::core::identity::IdentityManager
source · pub struct IdentityManager<I>where
I: TypedId,{ /* private fields */ }
Implementations§
source§impl<I> IdentityManager<I>where
I: TypedId,
impl<I> IdentityManager<I>where
I: TypedId,
source§impl<I> IdentityManager<I>where
I: TypedId,
impl<I> IdentityManager<I>where
I: TypedId,
pub fn new() -> 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