Enum web_sys::OverSampleType
source · pub enum OverSampleType {
None = 0,
N2x = 1,
N4x = 2,
// some variants omitted
}
Expand description
The OverSampleType
enum.
This API requires the following crate features to be activated: OverSampleType
Variants§
Implementations§
source§impl OverSampleType
impl OverSampleType
pub fn from_js_value(obj: &JsValue) -> Option<OverSampleType>
Trait Implementations§
source§impl Clone for OverSampleType
impl Clone for OverSampleType
source§fn clone(&self) -> OverSampleType
fn clone(&self) -> OverSampleType
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 OverSampleType
impl Debug for OverSampleType
source§impl From<OverSampleType> for JsValue
impl From<OverSampleType> for JsValue
source§fn from(obj: OverSampleType) -> JsValue
fn from(obj: OverSampleType) -> JsValue
Converts to this type from the input type.
source§impl FromWasmAbi for OverSampleType
impl FromWasmAbi for OverSampleType
source§impl IntoWasmAbi for OverSampleType
impl IntoWasmAbi for OverSampleType
source§impl OptionFromWasmAbi for OverSampleType
impl OptionFromWasmAbi for OverSampleType
source§impl OptionIntoWasmAbi for OverSampleType
impl OptionIntoWasmAbi for OverSampleType
source§impl PartialEq for OverSampleType
impl PartialEq for OverSampleType
source§fn eq(&self, other: &OverSampleType) -> bool
fn eq(&self, other: &OverSampleType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OverSampleType
impl Eq for OverSampleType
impl StructuralEq for OverSampleType
impl StructuralPartialEq for OverSampleType
Auto Trait Implementations§
impl RefUnwindSafe for OverSampleType
impl Send for OverSampleType
impl Sync for OverSampleType
impl Unpin for OverSampleType
impl UnwindSafe for OverSampleType
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
.