pub enum MediaKeyMessageType {
LICENSE_REQUEST,
LICENSE_RENEWAL,
LICENSE_RELEASE,
INDIVIDUALIZATION_REQUEST,
}Variants§
Trait Implementations§
Source§impl Clone for MediaKeyMessageType
impl Clone for MediaKeyMessageType
Source§fn clone(&self) -> MediaKeyMessageType
fn clone(&self) -> MediaKeyMessageType
Returns a duplicate 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 MediaKeyMessageType
impl Debug for MediaKeyMessageType
Source§impl From<&MediaKeyMessageType> for Any
impl From<&MediaKeyMessageType> for Any
Source§fn from(s: &MediaKeyMessageType) -> Any
fn from(s: &MediaKeyMessageType) -> Any
Converts to this type from the input type.
Source§impl From<MediaKeyMessageType> for Any
impl From<MediaKeyMessageType> for Any
Source§fn from(s: MediaKeyMessageType) -> Any
fn from(s: MediaKeyMessageType) -> Any
Converts to this type from the input type.
Source§impl FromVal for MediaKeyMessageType
impl FromVal for MediaKeyMessageType
Source§impl PartialEq for MediaKeyMessageType
impl PartialEq for MediaKeyMessageType
Source§impl PartialOrd for MediaKeyMessageType
impl PartialOrd for MediaKeyMessageType
impl Copy for MediaKeyMessageType
impl StructuralPartialEq for MediaKeyMessageType
Auto Trait Implementations§
impl Freeze for MediaKeyMessageType
impl RefUnwindSafe for MediaKeyMessageType
impl Send for MediaKeyMessageType
impl Sync for MediaKeyMessageType
impl Unpin for MediaKeyMessageType
impl UnwindSafe for MediaKeyMessageType
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