#[repr(i32)]pub enum _STORAGE_PORT_CODE_SET {
StoragePortCodeSetReserved = 0,
StoragePortCodeSetStorport = 1,
StoragePortCodeSetSCSIport = 2,
StoragePortCodeSetSpaceport = 3,
StoragePortCodeSetATAport = 4,
StoragePortCodeSetUSBport = 5,
StoragePortCodeSetSBP2port = 6,
StoragePortCodeSetSDport = 7,
}Variants§
StoragePortCodeSetReserved = 0
StoragePortCodeSetStorport = 1
StoragePortCodeSetSCSIport = 2
StoragePortCodeSetSpaceport = 3
StoragePortCodeSetATAport = 4
StoragePortCodeSetUSBport = 5
StoragePortCodeSetSBP2port = 6
StoragePortCodeSetSDport = 7
Trait Implementations§
Source§impl Clone for _STORAGE_PORT_CODE_SET
impl Clone for _STORAGE_PORT_CODE_SET
Source§fn clone(&self) -> _STORAGE_PORT_CODE_SET
fn clone(&self) -> _STORAGE_PORT_CODE_SET
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_PORT_CODE_SET
impl Debug for _STORAGE_PORT_CODE_SET
Source§impl Hash for _STORAGE_PORT_CODE_SET
impl Hash for _STORAGE_PORT_CODE_SET
Source§impl PartialEq for _STORAGE_PORT_CODE_SET
impl PartialEq for _STORAGE_PORT_CODE_SET
impl Copy for _STORAGE_PORT_CODE_SET
impl Eq for _STORAGE_PORT_CODE_SET
impl StructuralPartialEq for _STORAGE_PORT_CODE_SET
Auto Trait Implementations§
impl Freeze for _STORAGE_PORT_CODE_SET
impl RefUnwindSafe for _STORAGE_PORT_CODE_SET
impl Send for _STORAGE_PORT_CODE_SET
impl Sync for _STORAGE_PORT_CODE_SET
impl Unpin for _STORAGE_PORT_CODE_SET
impl UnwindSafe for _STORAGE_PORT_CODE_SET
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