Enum scte35_reader::EncryptionAlgorithm [−][src]
Variants
NoneDesEcbDesCbcTripleDesEde3EcbReserved(u8)Private(u8)
Methods
impl EncryptionAlgorithm[src]
impl EncryptionAlgorithmpub fn from_id(id: u8) -> EncryptionAlgorithm[src]
pub fn from_id(id: u8) -> EncryptionAlgorithmTrait Implementations
impl Debug for EncryptionAlgorithm[src]
impl Debug for EncryptionAlgorithmfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for EncryptionAlgorithm[src]
impl PartialEq for EncryptionAlgorithmfn eq(&self, other: &EncryptionAlgorithm) -> bool[src]
fn eq(&self, other: &EncryptionAlgorithm) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &EncryptionAlgorithm) -> bool[src]
fn ne(&self, other: &EncryptionAlgorithm) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for EncryptionAlgorithm
impl Send for EncryptionAlgorithmimpl Sync for EncryptionAlgorithm
impl Sync for EncryptionAlgorithm