Enum gstreamer_sdp::MIKEYMapType [−][src]
pub enum MIKEYMapType {
MikeyMapTypeSrtp,
// some variants omitted
}Specifies the method of uniquely mapping Crypto Sessions to the security protocol sessions.
Variants
MikeyMapTypeSrtp
Trait Implementations
impl Debug for MIKEYMapType[src]
impl Debug for MIKEYMapTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for MIKEYMapType[src]
impl Eq for MIKEYMapTypeimpl PartialEq for MIKEYMapType[src]
impl PartialEq for MIKEYMapTypefn eq(&self, other: &MIKEYMapType) -> bool[src]
fn eq(&self, other: &MIKEYMapType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MIKEYMapType) -> bool[src]
fn ne(&self, other: &MIKEYMapType) -> boolThis method tests for !=.
impl Ord for MIKEYMapType[src]
impl Ord for MIKEYMapTypefn cmp(&self, other: &MIKEYMapType) -> Ordering[src]
fn cmp(&self, other: &MIKEYMapType) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl PartialOrd for MIKEYMapType[src]
impl PartialOrd for MIKEYMapTypefn partial_cmp(&self, other: &MIKEYMapType) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &MIKEYMapType) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &MIKEYMapType) -> bool[src]
fn lt(&self, other: &MIKEYMapType) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &MIKEYMapType) -> bool[src]
fn le(&self, other: &MIKEYMapType) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &MIKEYMapType) -> bool[src]
fn gt(&self, other: &MIKEYMapType) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &MIKEYMapType) -> bool[src]
fn ge(&self, other: &MIKEYMapType) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Hash for MIKEYMapType[src]
impl Hash for MIKEYMapTypefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for MIKEYMapType[src]
impl Clone for MIKEYMapTypefn clone(&self) -> MIKEYMapType[src]
fn clone(&self) -> MIKEYMapTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Copy for MIKEYMapType[src]
impl Copy for MIKEYMapTypeAuto Trait Implementations
impl Send for MIKEYMapType
impl Send for MIKEYMapTypeimpl Sync for MIKEYMapType
impl Sync for MIKEYMapType