Enum ffmpeg_sys_next::AVIODirEntryType
source · [−]#[repr(u32)]
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_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
Trait Implementations
sourceimpl Clone for AVIODirEntryType
impl Clone for AVIODirEntryType
sourcefn clone(&self) -> AVIODirEntryType
fn clone(&self) -> AVIODirEntryType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVIODirEntryType
impl Debug for AVIODirEntryType
sourceimpl Hash for AVIODirEntryType
impl Hash for AVIODirEntryType
sourceimpl PartialEq<AVIODirEntryType> for AVIODirEntryType
impl PartialEq<AVIODirEntryType> for AVIODirEntryType
impl Copy for AVIODirEntryType
impl Eq for AVIODirEntryType
impl StructuralEq for AVIODirEntryType
impl StructuralPartialEq for AVIODirEntryType
Auto Trait Implementations
impl RefUnwindSafe for AVIODirEntryType
impl Send for AVIODirEntryType
impl Sync for AVIODirEntryType
impl Unpin for AVIODirEntryType
impl UnwindSafe for AVIODirEntryType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more