Enum lsm::PortType [] [src]

#[repr(i32)]
pub enum PortType { Other, Fc, FCoE, Iscsi, }

Variants

Vendor specific initiator type.

FC port

FCoE port

iSCSI port

Trait Implementations

impl Debug for PortType
[src]

[src]

Formats the value using the given formatter.

impl Clone for PortType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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