#[repr(i32)]pub enum _STORAGE_BUS_TYPE {
Show 22 variants
BusTypeUnknown = 0,
BusTypeScsi = 1,
BusTypeAtapi = 2,
BusTypeAta = 3,
BusType1394 = 4,
BusTypeSsa = 5,
BusTypeFibre = 6,
BusTypeUsb = 7,
BusTypeRAID = 8,
BusTypeiScsi = 9,
BusTypeSas = 10,
BusTypeSata = 11,
BusTypeSd = 12,
BusTypeMmc = 13,
BusTypeVirtual = 14,
BusTypeFileBackedVirtual = 15,
BusTypeSpaces = 16,
BusTypeNvme = 17,
BusTypeSCM = 18,
BusTypeUfs = 19,
BusTypeMax = 20,
BusTypeMaxReserved = 127,
}Variants§
BusTypeUnknown = 0
BusTypeScsi = 1
BusTypeAtapi = 2
BusTypeAta = 3
BusType1394 = 4
BusTypeSsa = 5
BusTypeFibre = 6
BusTypeUsb = 7
BusTypeRAID = 8
BusTypeiScsi = 9
BusTypeSas = 10
BusTypeSata = 11
BusTypeSd = 12
BusTypeMmc = 13
BusTypeVirtual = 14
BusTypeFileBackedVirtual = 15
BusTypeSpaces = 16
BusTypeNvme = 17
BusTypeSCM = 18
BusTypeUfs = 19
BusTypeMax = 20
BusTypeMaxReserved = 127
Trait Implementations§
Source§impl Clone for _STORAGE_BUS_TYPE
impl Clone for _STORAGE_BUS_TYPE
Source§fn clone(&self) -> _STORAGE_BUS_TYPE
fn clone(&self) -> _STORAGE_BUS_TYPE
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 _STORAGE_BUS_TYPE
impl Debug for _STORAGE_BUS_TYPE
Source§impl Hash for _STORAGE_BUS_TYPE
impl Hash for _STORAGE_BUS_TYPE
Source§impl PartialEq for _STORAGE_BUS_TYPE
impl PartialEq for _STORAGE_BUS_TYPE
impl Copy for _STORAGE_BUS_TYPE
impl Eq for _STORAGE_BUS_TYPE
impl StructuralPartialEq for _STORAGE_BUS_TYPE
Auto Trait Implementations§
impl Freeze for _STORAGE_BUS_TYPE
impl RefUnwindSafe for _STORAGE_BUS_TYPE
impl Send for _STORAGE_BUS_TYPE
impl Sync for _STORAGE_BUS_TYPE
impl Unpin for _STORAGE_BUS_TYPE
impl UnwindSafe for _STORAGE_BUS_TYPE
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