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_QUOTETrait Implementations
impl Debug for AVEscapeMode[src]
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) -> bool1.0.0
This method tests for !=.