[][src]Struct web_sys::WebglDebugRendererInfo

#[repr(transparent)]pub struct WebglDebugRendererInfo { /* fields omitted */ }

The WebglDebugRendererInfo class.

MDN Documentation

This API requires the following crate features to be activated: WebglDebugRendererInfo

Methods

impl WebglDebugRendererInfo[src]

pub const UNMASKED_VENDOR_WEBGL: u32[src]

The WEBGL_debug_renderer_info.UNMASKED_VENDOR_WEBGL const.

This API requires the following crate features to be activated: WebglDebugRendererInfo

pub const UNMASKED_RENDERER_WEBGL: u32[src]

The WEBGL_debug_renderer_info.UNMASKED_RENDERER_WEBGL const.

This API requires the following crate features to be activated: WebglDebugRendererInfo

Trait Implementations

impl AsRef<JsValue> for WebglDebugRendererInfo[src]

impl AsRef<Object> for WebglDebugRendererInfo[src]

impl AsRef<WebglDebugRendererInfo> for WebglDebugRendererInfo[src]

impl Clone for WebglDebugRendererInfo[src]

impl Debug for WebglDebugRendererInfo[src]

impl Deref for WebglDebugRendererInfo[src]

type Target = Object

The resulting type after dereferencing.

impl Eq for WebglDebugRendererInfo[src]

impl From<JsValue> for WebglDebugRendererInfo[src]

impl From<WebglDebugRendererInfo> for JsValue[src]

impl From<WebglDebugRendererInfo> for Object[src]

impl FromWasmAbi for WebglDebugRendererInfo[src]

type Abi = <JsValue as FromWasmAbi>::Abi

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl IntoWasmAbi for WebglDebugRendererInfo[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a WebglDebugRendererInfo[src]

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl JsCast for WebglDebugRendererInfo[src]

impl OptionFromWasmAbi for WebglDebugRendererInfo[src]

impl OptionIntoWasmAbi for WebglDebugRendererInfo[src]

impl<'a> OptionIntoWasmAbi for &'a WebglDebugRendererInfo[src]

impl PartialEq<WebglDebugRendererInfo> for WebglDebugRendererInfo[src]

impl RefFromWasmAbi for WebglDebugRendererInfo[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<WebglDebugRendererInfo>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more

impl StructuralEq for WebglDebugRendererInfo[src]

impl StructuralPartialEq for WebglDebugRendererInfo[src]

impl WasmDescribe for WebglDebugRendererInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.