Enum lsm::DiskLinkType [] [src]

#[repr(i32)]
pub enum DiskLinkType { NoSupport, Unknown, Fc, Ssa, Sbp, Srp, Iscsi, Sas, Adt, Ata, Usb, Sop, PciE, }

Represent disk data link type.

Variants

Plugin does not support querying disk link type.

Plugin failed to query disk link type.

Fibre Channel.

Serial Storage Architecture, Old IBM tech.

Serial Bus Protocol, used by IEEE 1394.

SCSI RDMA Protocol.

Internet Small Computer System Interface

Serial Attached SCSI.

Automation/Drive Interface Transport. Often used by tape.

PATA/IDE or SATA.

USB

SCSI over PCI-E.

PCI-E, e.g. NVMe.

Trait Implementations

impl Debug for DiskLinkType
[src]

[src]

Formats the value using the given formatter.

impl Clone for DiskLinkType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for DiskLinkType
[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 Copy for DiskLinkType
[src]