Enum ffmpeg_sys::AVIODirEntryType [] [src]

pub enum AVIODirEntryType {
    AVIO_ENTRY_UNKNOWN,
    AVIO_ENTRY_BLOCK_DEVICE,
    AVIO_ENTRY_CHARACTER_DEVICE,
    AVIO_ENTRY_DIRECTORY,
    AVIO_ENTRY_NAMED_PIPE,
    AVIO_ENTRY_SYMBOLIC_LINK,
    AVIO_ENTRY_SOCKET,
    AVIO_ENTRY_FILE,
    AVIO_ENTRY_SERVER,
    AVIO_ENTRY_SHARE,
    AVIO_ENTRY_WORKGROUP,
}

Variants

AVIO_ENTRY_UNKNOWNAVIO_ENTRY_BLOCK_DEVICEAVIO_ENTRY_CHARACTER_DEVICEAVIO_ENTRY_DIRECTORYAVIO_ENTRY_NAMED_PIPEAVIO_ENTRY_SYMBOLIC_LINKAVIO_ENTRY_SOCKETAVIO_ENTRY_FILEAVIO_ENTRY_SERVERAVIO_ENTRY_SHAREAVIO_ENTRY_WORKGROUP

Trait Implementations

impl Debug for AVIODirEntryType
[src]

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

Formats the value using the given formatter.

impl Clone for AVIODirEntryType
[src]

fn clone(&self) -> AVIODirEntryType

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

impl PartialEq for AVIODirEntryType
[src]

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