#[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: i64Trait Implementations§
Source§impl Clone for AVIODirEntry
impl Clone for AVIODirEntry
Source§fn clone(&self) -> AVIODirEntry
fn clone(&self) -> AVIODirEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVIODirEntry
Auto Trait Implementations§
impl !Send for AVIODirEntry
impl !Sync for AVIODirEntry
impl Freeze for AVIODirEntry
impl RefUnwindSafe for AVIODirEntry
impl Unpin for AVIODirEntry
impl UnsafeUnpin 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