Enum ffmpeg_sys::AVHMACType [] [src]

pub enum AVHMACType {
    AV_HMAC_MD5,
    AV_HMAC_SHA1,
    AV_HMAC_SHA224,
    AV_HMAC_SHA256,
    AV_HMAC_SHA384,
    AV_HMAC_SHA512,
}

Variants

AV_HMAC_MD5AV_HMAC_SHA1AV_HMAC_SHA224AV_HMAC_SHA256AV_HMAC_SHA384AV_HMAC_SHA512

Trait Implementations

impl Debug for AVHMACType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for AVHMACType
[src]

fn clone(&self) -> AVHMACType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for AVHMACType
[src]

impl PartialEq for AVHMACType
[src]

fn eq(&self, __arg_0: &AVHMACType) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for AVHMACType
[src]