Struct webgl_stdweb::OES_texture_half_float_linear [] [src]

pub struct OES_texture_half_float_linear(_);

Extension

Expands upon the OES_texture_half_float extension by allowing support for LINEAR magnification filter and LINEAR, NEAREST_MIPMAP_LINEAR, LINEAR_MIPMAP_NEAREST and LINEAR_MIPMAP_NEAREST minification filters.

Trait Implementations

impl Debug for OES_texture_half_float_linear
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for OES_texture_half_float_linear
[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 OES_texture_half_float_linear
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl TryFrom<OES_texture_half_float_linear> for Reference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Reference> for OES_texture_half_float_linear
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl TryFrom<Value> for OES_texture_half_float_linear
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

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

The type returned in the event of a conversion error.

[src]

Performs the conversion.

impl JsSerialize for OES_texture_half_float_linear
[src]

impl JsSerializeOwned for OES_texture_half_float_linear
[src]

[src]

[src]

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

[src]

[src]

impl InstanceOf for OES_texture_half_float_linear
[src]

[src]

Checks whenever a given Reference if of type Self.

impl Extension for OES_texture_half_float_linear
[src]

NAME: &'static str = "OES_texture_half_float_linear"

Auto Trait Implementations