//! MTP/PTP data structures for device, storage, and object information.
//!
//! This module provides high-level structures for parsing protocol responses:
//! - [`DeviceInfo`]: Device capabilities and identification
//! - [`StorageInfo`]: Storage characteristics and capacity
//! - [`ObjectInfo`]: File/folder metadata
//! - [`DevicePropDesc`]: Device property descriptors
//! - [`PropertyValue`]: Property values of various types
// Re-export all public types for backward compatibility
pub use ;
pub use ObjectInfo;
pub use ;
pub use ;