pub struct SelectedKey {
pub track_id: Option<String>,
pub key_pair: String,
}Expand description
Selected key material for an MP4 decrypt command.
Fields§
§track_id: Option<String>Optional track ID override.
key_pair: StringNormalized key pair as kid:key or key.
Trait Implementations§
Source§impl Clone for SelectedKey
impl Clone for SelectedKey
Source§fn clone(&self) -> SelectedKey
fn clone(&self) -> SelectedKey
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 moreSource§impl Debug for SelectedKey
impl Debug for SelectedKey
impl Eq for SelectedKey
Source§impl PartialEq for SelectedKey
impl PartialEq for SelectedKey
Source§fn eq(&self, other: &SelectedKey) -> bool
fn eq(&self, other: &SelectedKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SelectedKey
Auto Trait Implementations§
impl Freeze for SelectedKey
impl RefUnwindSafe for SelectedKey
impl Send for SelectedKey
impl Sync for SelectedKey
impl Unpin for SelectedKey
impl UnsafeUnpin for SelectedKey
impl UnwindSafe for SelectedKey
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.