Struct webgl_stdweb::WebGLTimerQueryEXT [] [src]

pub struct WebGLTimerQueryEXT(_);

Trait Implementations

impl Debug for WebGLTimerQueryEXT
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for WebGLTimerQueryEXT
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsRef<Reference> for WebGLTimerQueryEXT
[src]

[src]

Performs the conversion.

impl ReferenceType for WebGLTimerQueryEXT
[src]

[src]

Converts a given reference into a concrete reference-like wrapper. Doesn't do any type checking; highly unsafe to use! Read more

impl From<WebGLTimerQueryEXT> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<WebGLTimerQueryEXT> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for WebGLTimerQueryEXT
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<'_r> TryFrom<&'_r Reference> for WebGLTimerQueryEXT
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Value> for WebGLTimerQueryEXT
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl<'_r> TryFrom<&'_r Value> for WebGLTimerQueryEXT
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl JsSerialize for WebGLTimerQueryEXT
[src]

impl JsSerializeOwned for WebGLTimerQueryEXT
[src]

[src]

[src]

impl<'_r> JsSerializeOwned for &'_r WebGLTimerQueryEXT
[src]

[src]

[src]

impl InstanceOf for WebGLTimerQueryEXT
[src]

[src]

Checks whenever a given Reference if of type Self.

Auto Trait Implementations