[][src]Trait wgpu_native::TypedId

pub trait TypedId {
    fn zip(index: u32, epoch: u32, backend: Backend) -> Self;
fn unzip(self) -> (u32, u32, Backend); }

Required methods

fn zip(index: u32, epoch: u32, backend: Backend) -> Self

fn unzip(self) -> (u32, u32, Backend)

Loading content...

Implementors

impl<T> TypedId for Id<T>[src]

Loading content...