[][src]Trait wgpu_native::TypedId

pub trait TypedId {
    fn new(index: u32, epoch: u32) -> Self;
fn index(&self) -> u32;
fn epoch(&self) -> u32; }

Required methods

fn new(index: u32, epoch: u32) -> Self

fn index(&self) -> u32

fn epoch(&self) -> u32

Loading content...

Implementors

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

Loading content...