Struct webgl_stdweb::WebGLShader [] [src]

pub struct WebGLShader(_);

Trait Implementations

impl Debug for WebGLShader
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for WebGLShader
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl InstanceOf for WebGLShader
[src]

[src]

Checks whenever a given Reference if of type Self.

impl AsRef<Reference> for WebGLShader
[src]

[src]

Performs the conversion.

impl ReferenceType for WebGLShader
[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<WebGLShader> for Reference
[src]

[src]

Performs the conversion.

impl TryFrom<WebGLShader> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for WebGLShader
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Value> for WebGLShader
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl JsSerialize for WebGLShader
[src]

impl JsSerializeOwned for WebGLShader
[src]

[src]

[src]

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

[src]

[src]

Auto Trait Implementations

impl Send for WebGLShader

impl Sync for WebGLShader