[][src]Struct web_sys::WidevineCdmManifest

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

The WidevineCDMManifest dictionary

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

Methods

impl WidevineCdmManifest[src]

pub fn new(
    description: &str,
    name: &str,
    version: &str,
    x_cdm_codecs: &str,
    x_cdm_host_versions: &str,
    x_cdm_interface_versions: &str,
    x_cdm_module_versions: &str
) -> WidevineCdmManifest
[src]

Construct a new WidevineCDMManifest

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

pub fn description(&mut self, val: &str) -> &mut Self[src]

Configure the description field of this object

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

pub fn name(&mut self, val: &str) -> &mut Self[src]

Configure the name field of this object

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

pub fn version(&mut self, val: &str) -> &mut Self[src]

Configure the version field of this object

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

pub fn x_cdm_codecs(&mut self, val: &str) -> &mut Self[src]

Configure the x-cdm-codecs field of this object

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

pub fn x_cdm_host_versions(&mut self, val: &str) -> &mut Self[src]

Configure the x-cdm-host-versions field of this object

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

pub fn x_cdm_interface_versions(&mut self, val: &str) -> &mut Self[src]

Configure the x-cdm-interface-versions field of this object

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

pub fn x_cdm_module_versions(&mut self, val: &str) -> &mut Self[src]

Configure the x-cdm-module-versions field of this object

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

Trait Implementations

impl AsRef<JsValue> for WidevineCdmManifest[src]

impl From<WidevineCdmManifest> for JsValue[src]

impl Clone for WidevineCdmManifest[src]

impl Debug for WidevineCdmManifest[src]

impl JsCast for WidevineCdmManifest[src]

impl RefFromWasmAbi for WidevineCdmManifest[src]

type Abi = <Object as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<WidevineCdmManifest>

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

type Abi = <Object as FromWasmAbi>::Abi

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

impl IntoWasmAbi for WidevineCdmManifest[src]

type Abi = <Object as IntoWasmAbi>::Abi

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

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

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

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

impl WasmDescribe for WidevineCdmManifest[src]

impl OptionFromWasmAbi for WidevineCdmManifest[src]

impl OptionIntoWasmAbi for WidevineCdmManifest[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

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.

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

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

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

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

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi