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