Enum ffmpeg_sys::AVEscapeMode [] [src]

pub enum AVEscapeMode {
    AV_ESCAPE_MODE_AUTO,
    AV_ESCAPE_MODE_BACKSLASH,
    AV_ESCAPE_MODE_QUOTE,
}

Variants

AV_ESCAPE_MODE_AUTOAV_ESCAPE_MODE_BACKSLASHAV_ESCAPE_MODE_QUOTE

Trait Implementations

impl Debug for AVEscapeMode
[src]

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

Formats the value using the given formatter.

impl Clone for AVEscapeMode
[src]

fn clone(&self) -> AVEscapeMode

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 AVEscapeMode
[src]

impl PartialEq for AVEscapeMode
[src]

fn eq(&self, __arg_0: &AVEscapeMode) -> 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 AVEscapeMode
[src]