#[repr(u8)]pub enum SenseKey {
NoSense = 0,
RecoveredError = 1,
NotReady = 2,
MediumError = 3,
HardwareError = 4,
IllegalRequest = 5,
UnitAttention = 6,
DataProtect = 7,
BlankCheck = 8,
AbortedCommand = 11,
VolumeOverflow = 13,
Miscompare = 14,
}Expand description
SCSI sense keys for error reporting
Variants§
NoSense = 0
RecoveredError = 1
NotReady = 2
MediumError = 3
HardwareError = 4
IllegalRequest = 5
UnitAttention = 6
DataProtect = 7
BlankCheck = 8
AbortedCommand = 11
VolumeOverflow = 13
Miscompare = 14
Implementations§
Trait Implementations§
impl Copy for SenseKey
impl Eq for SenseKey
impl StructuralPartialEq for SenseKey
Auto Trait Implementations§
impl Freeze for SenseKey
impl RefUnwindSafe for SenseKey
impl Send for SenseKey
impl Sync for SenseKey
impl Unpin for SenseKey
impl UnwindSafe for SenseKey
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)