Type Alias SurfaceId

Source
pub type SurfaceId = Id<Surface>;

Aliased Type§

#[repr(transparent)]
pub struct SurfaceId(RawId, PhantomData<Surface>);

Tuple Fields§

§0: RawId§1: PhantomData<Surface>