#[repr(u8)]pub enum DevicePathMessagingType {
Show 18 variants
Atapi = 1,
Scsi = 2,
Fiberchannel = 3,
Serial1394 = 4,
Usb = 5,
Sata = 18,
Wwid = 16,
Dlu = 17,
Usbclass = 15,
I2o = 6,
Mac = 11,
Ipv4 = 12,
Ipv6 = 13,
Infiniband = 9,
Uart = 14,
Vendordefined = 10,
Iscsi = 19,
Nvme = 23,
}Variants§
Atapi = 1
Scsi = 2
Fiberchannel = 3
Serial1394 = 4
Usb = 5
Sata = 18
Wwid = 16
Dlu = 17
Usbclass = 15
I2o = 6
Mac = 11
Ipv4 = 12
Ipv6 = 13
Infiniband = 9
Uart = 14
Vendordefined = 10
Iscsi = 19
Nvme = 23
Trait Implementations§
Source§impl Clone for DevicePathMessagingType
impl Clone for DevicePathMessagingType
Source§fn clone(&self) -> DevicePathMessagingType
fn clone(&self) -> DevicePathMessagingType
Returns a duplicate 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 DevicePathMessagingType
impl Debug for DevicePathMessagingType
Source§impl Ord for DevicePathMessagingType
impl Ord for DevicePathMessagingType
Source§fn cmp(&self, other: &DevicePathMessagingType) -> Ordering
fn cmp(&self, other: &DevicePathMessagingType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DevicePathMessagingType
impl PartialEq for DevicePathMessagingType
Source§impl PartialOrd for DevicePathMessagingType
impl PartialOrd for DevicePathMessagingType
Source§impl TryFrom<u8> for DevicePathMessagingType
impl TryFrom<u8> for DevicePathMessagingType
impl Copy for DevicePathMessagingType
impl Eq for DevicePathMessagingType
impl StructuralPartialEq for DevicePathMessagingType
Auto Trait Implementations§
impl Freeze for DevicePathMessagingType
impl RefUnwindSafe for DevicePathMessagingType
impl Send for DevicePathMessagingType
impl Sync for DevicePathMessagingType
impl Unpin for DevicePathMessagingType
impl UnwindSafe for DevicePathMessagingType
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