Struct AVIODirEntry
#[repr(C)]pub struct AVIODirEntry {
pub name: *mut i8,
pub type_: i32,
pub utf8: i32,
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 i8
§type_: i32
§utf8: i32
§size: i64
§modification_timestamp: i64
§access_timestamp: i64
§status_change_timestamp: i64
§user_id: i64
§group_id: i64
§filemode: i64
Trait Implementations§
§impl Clone for AVIODirEntry
impl Clone for AVIODirEntry
§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 more§impl Debug for AVIODirEntry
impl Debug for AVIODirEntry
impl Copy 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