Type Alias wgpu::core::Label

pub type Label<'a> = Option<Cow<'a, str>>;
Available on wgpu_core only.

Aliased Type§

enum Label<'a> {
    None,
    Some(Cow<'a, str>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Cow<'a, str>)

Some value of type T.