Trait TypedId
wgpu_core::id
pub trait TypedId { fn zip(index: u32, epoch: u32, backend: Backend) -> Self; fn unzip(self) -> (u32, u32, Backend); }
fn zip(index: u32, epoch: u32, backend: Backend) -> Self
fn unzip(self) -> (u32, u32, Backend)
impl<T> TypedId for Id<T>