Enum libparted::DeviceType [] [src]

#[repr(u32)]
pub enum DeviceType { PED_DEVICE_UNKNOWN, PED_DEVICE_SCSI, PED_DEVICE_IDE, PED_DEVICE_DAC960, PED_DEVICE_CPQARRAY, PED_DEVICE_FILE, PED_DEVICE_ATARAID, PED_DEVICE_I2O, PED_DEVICE_UBD, PED_DEVICE_DASD, PED_DEVICE_VIODASD, PED_DEVICE_SX8, PED_DEVICE_DM, PED_DEVICE_XVD, PED_DEVICE_SDMMC, PED_DEVICE_VIRTBLK, PED_DEVICE_AOE, PED_DEVICE_MD, PED_DEVICE_LOOP, }

Variants

Trait Implementations

impl Copy for PedDeviceType
[src]

impl Eq for PedDeviceType
[src]

impl Hash for PedDeviceType
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq<PedDeviceType> for PedDeviceType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Clone for PedDeviceType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PedDeviceType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PedDeviceType

impl Sync for PedDeviceType