#[repr(i32)]pub enum _SCM_PD_OPERATIONAL_STATUS {
ScmPhysicalDeviceOpStatus_Unknown = 0,
ScmPhysicalDeviceOpStatus_Ok = 1,
ScmPhysicalDeviceOpStatus_PredictingFailure = 2,
ScmPhysicalDeviceOpStatus_InService = 3,
ScmPhysicalDeviceOpStatus_HardwareError = 4,
ScmPhysicalDeviceOpStatus_NotUsable = 5,
ScmPhysicalDeviceOpStatus_TransientError = 6,
ScmPhysicalDeviceOpStatus_Missing = 7,
ScmPhysicalDeviceOpStatus_Max = 8,
}Variants§
ScmPhysicalDeviceOpStatus_Unknown = 0
ScmPhysicalDeviceOpStatus_Ok = 1
ScmPhysicalDeviceOpStatus_PredictingFailure = 2
ScmPhysicalDeviceOpStatus_InService = 3
ScmPhysicalDeviceOpStatus_HardwareError = 4
ScmPhysicalDeviceOpStatus_NotUsable = 5
ScmPhysicalDeviceOpStatus_TransientError = 6
ScmPhysicalDeviceOpStatus_Missing = 7
ScmPhysicalDeviceOpStatus_Max = 8
Trait Implementations§
Source§impl Clone for _SCM_PD_OPERATIONAL_STATUS
impl Clone for _SCM_PD_OPERATIONAL_STATUS
Source§fn clone(&self) -> _SCM_PD_OPERATIONAL_STATUS
fn clone(&self) -> _SCM_PD_OPERATIONAL_STATUS
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 _SCM_PD_OPERATIONAL_STATUS
impl Debug for _SCM_PD_OPERATIONAL_STATUS
Source§impl Hash for _SCM_PD_OPERATIONAL_STATUS
impl Hash for _SCM_PD_OPERATIONAL_STATUS
impl Copy for _SCM_PD_OPERATIONAL_STATUS
impl Eq for _SCM_PD_OPERATIONAL_STATUS
impl StructuralPartialEq for _SCM_PD_OPERATIONAL_STATUS
Auto Trait Implementations§
impl Freeze for _SCM_PD_OPERATIONAL_STATUS
impl RefUnwindSafe for _SCM_PD_OPERATIONAL_STATUS
impl Send for _SCM_PD_OPERATIONAL_STATUS
impl Sync for _SCM_PD_OPERATIONAL_STATUS
impl Unpin for _SCM_PD_OPERATIONAL_STATUS
impl UnwindSafe for _SCM_PD_OPERATIONAL_STATUS
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