Enum web_sys::AudioSinkType
source · pub enum AudioSinkType {
None = 0,
// some variants omitted
}
Expand description
The AudioSinkType
enum.
This API requires the following crate features to be activated: AudioSinkType
This API is unstable and requires --cfg=web_sys_unstable_apis
to be activated, as
described in the wasm-bindgen
guide
Variants§
None = 0
Implementations§
source§impl AudioSinkType
impl AudioSinkType
pub fn from_js_value(obj: &JsValue) -> Option<AudioSinkType>
Trait Implementations§
source§impl Clone for AudioSinkType
impl Clone for AudioSinkType
source§fn clone(&self) -> AudioSinkType
fn clone(&self) -> AudioSinkType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AudioSinkType
impl Debug for AudioSinkType
source§impl From<AudioSinkType> for JsValue
impl From<AudioSinkType> for JsValue
source§fn from(obj: AudioSinkType) -> JsValue
fn from(obj: AudioSinkType) -> JsValue
Converts to this type from the input type.
source§impl FromWasmAbi for AudioSinkType
impl FromWasmAbi for AudioSinkType
source§impl IntoWasmAbi for AudioSinkType
impl IntoWasmAbi for AudioSinkType
source§impl OptionFromWasmAbi for AudioSinkType
impl OptionFromWasmAbi for AudioSinkType
source§impl OptionIntoWasmAbi for AudioSinkType
impl OptionIntoWasmAbi for AudioSinkType
source§impl PartialEq for AudioSinkType
impl PartialEq for AudioSinkType
source§fn eq(&self, other: &AudioSinkType) -> bool
fn eq(&self, other: &AudioSinkType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AudioSinkType
impl Eq for AudioSinkType
impl StructuralEq for AudioSinkType
impl StructuralPartialEq for AudioSinkType
Auto Trait Implementations§
impl RefUnwindSafe for AudioSinkType
impl Send for AudioSinkType
impl Sync for AudioSinkType
impl Unpin for AudioSinkType
impl UnwindSafe for AudioSinkType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.