#[repr(i32)]pub enum InitiatorType {
Unknown = 0,
Other = 1,
Wwpn = 2,
IscsiIqn = 5,
Mixed = 7,
}
Variants§
Unknown = 0
Plugin failed to query initiator type.
Other = 1
Vendor specific initiator type.
Wwpn = 2
FC or FCoE WWPN
IscsiIqn = 5
iSCSI IQN
Mixed = 7
This access group contains more than 1 type of initiator.
Trait Implementations§
source§impl Clone for InitiatorType
impl Clone for InitiatorType
source§fn clone(&self) -> InitiatorType
fn clone(&self) -> InitiatorType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InitiatorType
impl Debug for InitiatorType
source§impl PartialEq for InitiatorType
impl PartialEq for InitiatorType
impl Copy for InitiatorType
impl StructuralPartialEq for InitiatorType
Auto Trait Implementations§
impl Freeze for InitiatorType
impl RefUnwindSafe for InitiatorType
impl Send for InitiatorType
impl Sync for InitiatorType
impl Unpin for InitiatorType
impl UnwindSafe for InitiatorType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)