#[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: i64
Trait 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 for AVIODirEntry
impl PartialEq for AVIODirEntry
impl Copy for AVIODirEntry
impl Eq for AVIODirEntry
impl StructuralPartialEq for AVIODirEntry
Auto Trait Implementations§
impl Freeze for AVIODirEntry
impl RefUnwindSafe for AVIODirEntry
impl !Send for AVIODirEntry
impl !Sync for AVIODirEntry
impl Unpin for AVIODirEntry
impl UnwindSafe for AVIODirEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more