[][src]Struct web_sys::ExtSRgb

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

The ExtSRgb class.

MDN Documentation

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

Methods

impl ExtSRgb[src]

pub const SRGB_EXT: u32[src]

The EXT_sRGB.SRGB_EXT const.

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

pub const SRGB_ALPHA_EXT: u32[src]

The EXT_sRGB.SRGB_ALPHA_EXT const.

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

pub const SRGB8_ALPHA8_EXT: u32[src]

The EXT_sRGB.SRGB8_ALPHA8_EXT const.

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

pub const FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT: u32[src]

The EXT_sRGB.FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT const.

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

Trait Implementations

impl AsRef<ExtSRgb> for ExtSRgb[src]

impl AsRef<JsValue> for ExtSRgb[src]

impl AsRef<Object> for ExtSRgb[src]

impl Clone for ExtSRgb[src]

impl Debug for ExtSRgb[src]

impl Deref for ExtSRgb[src]

type Target = Object

The resulting type after dereferencing.

impl Eq for ExtSRgb[src]

impl From<ExtSRgb> for JsValue[src]

impl From<ExtSRgb> for Object[src]

impl From<JsValue> for ExtSRgb[src]

impl FromWasmAbi for ExtSRgb[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 ExtSRgb[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 ExtSRgb[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 ExtSRgb[src]

impl OptionFromWasmAbi for ExtSRgb[src]

impl OptionIntoWasmAbi for ExtSRgb[src]

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

impl PartialEq<ExtSRgb> for ExtSRgb[src]

impl RefFromWasmAbi for ExtSRgb[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<ExtSRgb>

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 ExtSRgb[src]

impl StructuralPartialEq for ExtSRgb[src]

impl WasmDescribe for ExtSRgb[src]

Auto Trait Implementations

impl RefUnwindSafe for ExtSRgb

impl !Send for ExtSRgb

impl !Sync for ExtSRgb

impl Unpin for ExtSRgb

impl UnwindSafe for ExtSRgb

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.