Type Alias CommandBufferId

Source
pub type CommandBufferId = Id<CommandBuffer>;

Aliased Type§

#[repr(transparent)]
pub struct CommandBufferId(RawId, PhantomData<CommandBuffer>);

Tuple Fields§

§0: RawId§1: PhantomData<CommandBuffer>

Implementations§