[−][src]Enum wgpu_core::hub::Root
Trait Implementations
impl<B: Backend> Access<Adapter<B>> for Root
[src]
impl<B: Backend> Access<BindGroup<B>> for Root
[src]
impl<B: Backend> Access<BindGroupLayout<B>> for Root
[src]
impl<B: Backend> Access<Buffer<B>> for Root
[src]
impl<B: Backend> Access<CommandBuffer<B>> for Root
[src]
impl<B: Backend> Access<Device<B>> for Root
[src]
impl Access<Instance> for Root
[src]
impl<B: Backend> Access<PipelineLayout<B>> for Root
[src]
impl<B: Backend> Access<Sampler<B>> for Root
[src]
impl Access<Surface> for Root
[src]
impl<B: Backend> Access<SwapChain<B>> for Root
[src]
impl<B: Backend> Access<Texture<B>> for Root
[src]
impl<B: Backend> Access<TextureView<B>> for Root
[src]
Auto Trait Implementations
impl RefUnwindSafe for Root
impl Send for Root
impl Sync for Root
impl Unpin for Root
impl UnwindSafe for Root
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,