Type Alias BufferId

Source
pub type BufferId = Id<Buffer>;

Aliased Type§

#[repr(transparent)]
pub struct BufferId(RawId, PhantomData<Buffer>);

Tuple Fields§

§0: RawId§1: PhantomData<Buffer>