pub struct MssEncryption {
pub speke_key_provider: SpekeKeyProvider,
}Expand description
A Microsoft Smooth Streaming (MSS) encryption configuration.
Fields§
§speke_key_provider: SpekeKeyProviderTrait Implementations§
Source§impl Clone for MssEncryption
impl Clone for MssEncryption
Source§fn clone(&self) -> MssEncryption
fn clone(&self) -> MssEncryption
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 MssEncryption
impl Debug for MssEncryption
Source§impl Default for MssEncryption
impl Default for MssEncryption
Source§fn default() -> MssEncryption
fn default() -> MssEncryption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MssEncryption
impl<'de> Deserialize<'de> for MssEncryption
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MssEncryption
impl PartialEq for MssEncryption
Source§impl Serialize for MssEncryption
impl Serialize for MssEncryption
impl StructuralPartialEq for MssEncryption
Auto Trait Implementations§
impl Freeze for MssEncryption
impl RefUnwindSafe for MssEncryption
impl Send for MssEncryption
impl Sync for MssEncryption
impl Unpin for MssEncryption
impl UnwindSafe for MssEncryption
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