Struct ffmpeg_sys_next::AVIODirEntry
source · #[repr(C)]pub struct AVIODirEntry {
pub name: *mut c_char,
pub type_: c_int,
pub utf8: c_int,
pub size: i64,
pub modification_timestamp: i64,
pub access_timestamp: i64,
pub status_change_timestamp: i64,
pub user_id: i64,
pub group_id: i64,
pub filemode: i64,
}Fields§
§name: *mut c_char§type_: c_int§utf8: c_int§size: i64§modification_timestamp: i64§access_timestamp: i64§status_change_timestamp: i64§user_id: i64§group_id: i64§filemode: i64Trait Implementations§
source§impl Clone for AVIODirEntry
impl Clone for AVIODirEntry
source§fn clone(&self) -> AVIODirEntry
fn clone(&self) -> AVIODirEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AVIODirEntry
impl Debug for AVIODirEntry
source§impl PartialEq<AVIODirEntry> for AVIODirEntry
impl PartialEq<AVIODirEntry> for AVIODirEntry
source§fn eq(&self, other: &AVIODirEntry) -> bool
fn eq(&self, other: &AVIODirEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.