pub enum DecryptionEngine {
Mp4forge,
Mp4decrypt,
ShakaPackager,
Ffmpeg,
}Expand description
Decryption backend requested by the user.
Variants§
Trait Implementations§
Source§impl Clone for DecryptionEngine
impl Clone for DecryptionEngine
Source§fn clone(&self) -> DecryptionEngine
fn clone(&self) -> DecryptionEngine
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DecryptionEngine
Source§impl Debug for DecryptionEngine
impl Debug for DecryptionEngine
Source§impl Default for DecryptionEngine
impl Default for DecryptionEngine
Source§fn default() -> DecryptionEngine
fn default() -> DecryptionEngine
Returns the “default value” for a type. Read more
impl Eq for DecryptionEngine
Source§impl PartialEq for DecryptionEngine
impl PartialEq for DecryptionEngine
Source§fn eq(&self, other: &DecryptionEngine) -> bool
fn eq(&self, other: &DecryptionEngine) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DecryptionEngine
Auto Trait Implementations§
impl Freeze for DecryptionEngine
impl RefUnwindSafe for DecryptionEngine
impl Send for DecryptionEngine
impl Sync for DecryptionEngine
impl Unpin for DecryptionEngine
impl UnsafeUnpin for DecryptionEngine
impl UnwindSafe for DecryptionEngine
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.