Type Alias webxr::Discovery

source ·
pub type Discovery = Box<dyn DiscoveryAPI<SurfmanGL>>;

Aliased Type§

struct Discovery(Unique<dyn DiscoveryAPI<SurfmanGL>>, Global);

Fields§

§0: Unique<dyn DiscoveryAPI<SurfmanGL>>§1: Global

Trait Implementations§

1.0.0 · source§

impl<T, A> Deref for Box<T, A>where A: Allocator, T: ?Sized,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.