Enum lsm::InitiatorType [] [src]

#[repr(i32)]
pub enum InitiatorType { Unknown, Other, Wwpn, IscsiIqn, Mixed, }

Variants

Plugin failed to query initiator type.

Vendor specific initiator type.

FC or FCoE WWPN

iSCSI IQN

This access group contains more 1 type of initiator.

Trait Implementations

impl Debug for InitiatorType
[src]

[src]

Formats the value using the given formatter.

impl Clone for InitiatorType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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