Trait wgpu_core::hub::Resource[][src]

pub trait Resource {
    const TYPE: &'static str;

    fn life_guard(&self) -> &LifeGuard;

    fn label(&self) -> &str { ... }
}

Associated Constants

Required methods

Provided methods

Implementors