pub type LIBMTP_file_t = LIBMTP_file_struct;Aliased Type§
#[repr(C)]pub struct LIBMTP_file_t {
pub item_id: u32,
pub parent_id: u32,
pub storage_id: u32,
pub filename: *mut i8,
pub filesize: u64,
pub modificationdate: i64,
pub filetype: u32,
pub next: *mut LIBMTP_file_struct,
}Fields§
§item_id: u32< Unique item ID
parent_id: u32< ID of parent folder
storage_id: u32< ID of storage holding this file
filename: *mut i8< Filename of this file
filesize: u64< Size of file in bytes
modificationdate: i64< Date of last alteration of the file
filetype: u32< Filetype used for the current file
next: *mut LIBMTP_file_struct< Next file in list or NULL if last file