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