//! Describes the device capabilities, some devices may not necessarily implement
//! or support certain capabilities, like copying or moving objects.
use ;
/// Supported `libmtp` device capabilities, you can test if an MTP device supports
/// one of those with [`MtpDevice::check_capability`](../struct.MtpDevice.html#method.check_capability)