[−][src]Struct ffmpeg_dev::sys::glob_t
Fields
gl_pathc: __size_t
gl_pathv: *mut *mut c_char
gl_offs: __size_t
gl_flags: c_int
gl_closedir: Option<unsafe extern "C" fn(arg1: *mut c_void)>
gl_readdir: Option<unsafe extern "C" fn(arg1: *mut c_void) -> *mut c_void>
gl_opendir: Option<unsafe extern "C" fn(arg1: *const c_char) -> *mut c_void>
gl_lstat: Option<unsafe extern "C" fn(arg1: *const c_char, arg2: *mut c_void) -> c_int>
gl_stat: Option<unsafe extern "C" fn(arg1: *const c_char, arg2: *mut c_void) -> c_int>
Trait Implementations
Auto Trait Implementations
impl !Send for glob_t
impl !Sync for glob_t
impl Unpin for glob_t
impl UnwindSafe for glob_t
impl RefUnwindSafe for glob_t
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,