mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Implement eq for usbmuxd connection type
This commit is contained in:
@@ -22,7 +22,7 @@ mod des;
|
|||||||
mod raw_packet;
|
mod raw_packet;
|
||||||
|
|
||||||
/// Represents the connection type of a device
|
/// Represents the connection type of a device
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||||
pub enum Connection {
|
pub enum Connection {
|
||||||
/// Connected via USB
|
/// Connected via USB
|
||||||
Usb,
|
Usb,
|
||||||
|
|||||||
Reference in New Issue
Block a user