Macro impl_labeled

macro_rules! impl_labeled {
    ($ty:ident) => { ... };
}
Available on crate feature unstable-wgpu-24 only.