pub type LIBMTP_folder_t = LIBMTP_folder_struct;Aliased Type§
#[repr(C)]pub struct LIBMTP_folder_t {
pub folder_id: u32,
pub parent_id: u32,
pub storage_id: u32,
pub name: *mut i8,
pub sibling: *mut LIBMTP_folder_struct,
pub child: *mut LIBMTP_folder_struct,
}Fields§
§folder_id: u32< Unique folder ID
parent_id: u32< ID of parent folder
storage_id: u32< ID of storage holding this folder
name: *mut i8< Name of folder
sibling: *mut LIBMTP_folder_struct< Next folder at same level or NULL if no more
child: *mut LIBMTP_folder_struct< Child folder or NULL if no children