[−][src]Enum web_sys::DecoderDoctorNotificationType
Variants
CannotPlayPlatformDecoderNotFoundCanPlayButSomeMissingDecodersCannotInitializePulseaudioUnsupportedLibavcodecDecodeErrorDecodeWarningMethods
impl DecoderDoctorNotificationType[src]
impl DecoderDoctorNotificationTypepub fn from_js_value(obj: &JsValue) -> Option<DecoderDoctorNotificationType> | [src] |
Trait Implementations
impl PartialEq<DecoderDoctorNotificationType> for DecoderDoctorNotificationType[src]
impl PartialEq<DecoderDoctorNotificationType> for DecoderDoctorNotificationTypefn eq(&self, other: &DecoderDoctorNotificationType) -> bool | [src] |
| 1.0.0 [src] |
This method tests for !=.
impl Clone for DecoderDoctorNotificationType[src]
impl Clone for DecoderDoctorNotificationTypefn clone(&self) -> DecoderDoctorNotificationType | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl From<DecoderDoctorNotificationType> for JsValue[src]
impl From<DecoderDoctorNotificationType> for JsValuefn from(obj: DecoderDoctorNotificationType) -> JsValue | [src] |
impl Copy for DecoderDoctorNotificationType[src]
impl Copy for DecoderDoctorNotificationTypeimpl Debug for DecoderDoctorNotificationType[src]
impl Debug for DecoderDoctorNotificationTypeimpl FromWasmAbi for DecoderDoctorNotificationType[src]
impl FromWasmAbi for DecoderDoctorNotificationTypetype Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
unsafe fn from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self | [src] |
impl IntoWasmAbi for DecoderDoctorNotificationType[src]
impl IntoWasmAbi for DecoderDoctorNotificationTypetype Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi | [src] |
impl WasmDescribe for DecoderDoctorNotificationType[src]
impl WasmDescribe for DecoderDoctorNotificationTypeAuto Trait Implementations
impl Send for DecoderDoctorNotificationType
impl Send for DecoderDoctorNotificationTypeimpl Sync for DecoderDoctorNotificationType
impl Sync for DecoderDoctorNotificationTypeBlanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi | [src] |