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
fn life_guard(&self) -> &LifeGuard