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_chartype_: c_intutf8: c_intsize: i64modification_timestamp: i64access_timestamp: i64status_change_timestamp: i64user_id: i64group_id: i64filemode: i64Trait Implementations
sourceimpl Clone for AVIODirEntry
impl Clone for AVIODirEntry
sourcefn clone(&self) -> AVIODirEntry
fn clone(&self) -> AVIODirEntry
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 AVIODirEntry
impl Debug for AVIODirEntry
sourceimpl PartialEq<AVIODirEntry> for AVIODirEntry
impl PartialEq<AVIODirEntry> for AVIODirEntry
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &AVIODirEntry) -> bool
fn ne(&self, other: &AVIODirEntry) -> bool
This method tests for !=.
impl Copy for AVIODirEntry
impl Eq for AVIODirEntry
impl StructuralEq for AVIODirEntry
impl StructuralPartialEq for AVIODirEntry
Auto Trait Implementations
impl RefUnwindSafe for AVIODirEntry
impl !Send for AVIODirEntry
impl !Sync for AVIODirEntry
impl Unpin for AVIODirEntry
impl UnwindSafe for AVIODirEntry
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