#[repr(u32)]pub enum Status {
Show 28 variants
Ok = 0,
MappingFailed = 1,
OutOfMemory = 2,
BadChecksum = 3,
InvalidSignature = 4,
InvalidTableLenght = 5,
NotFound = 6,
InvalidArgument = 7,
Unimplemented = 8,
AlreadyExists = 9,
InternalError = 10,
TypeMismatch = 11,
InitLevelMismatch = 12,
NamespaceNodeDangling = 13,
NoHandler = 14,
NoResourceEndTag = 15,
CompiledOut = 16,
HardwareTimeout = 17,
AmlUndefinedReference = 251_592_704,
AmlInvalidNamestring = 251_592_705,
AmlObjectAlreadyExists = 251_592_706,
AmlInvalidOpcode = 251_592_707,
AmlIncompatibleObjectType = 251_592_708,
AmlBadEncoding = 251_592_709,
AmlOutOfBoundsIndex = 251_592_710,
AmlSyncLevelTooHigh = 251_592_711,
AmlInvalidResource = 251_592_712,
AmlLoopTimeout = 251_592_713,
}Variants§
Ok = 0
MappingFailed = 1
OutOfMemory = 2
BadChecksum = 3
InvalidSignature = 4
InvalidTableLenght = 5
NotFound = 6
InvalidArgument = 7
Unimplemented = 8
AlreadyExists = 9
InternalError = 10
TypeMismatch = 11
InitLevelMismatch = 12
NamespaceNodeDangling = 13
NoHandler = 14
NoResourceEndTag = 15
CompiledOut = 16
HardwareTimeout = 17
AmlUndefinedReference = 251_592_704
AmlInvalidNamestring = 251_592_705
AmlObjectAlreadyExists = 251_592_706
AmlInvalidOpcode = 251_592_707
AmlIncompatibleObjectType = 251_592_708
AmlBadEncoding = 251_592_709
AmlOutOfBoundsIndex = 251_592_710
AmlSyncLevelTooHigh = 251_592_711
AmlInvalidResource = 251_592_712
AmlLoopTimeout = 251_592_713
Trait Implementations§
source§impl Ord for Status
impl Ord for Status
source§impl PartialOrd for Status
impl PartialOrd for Status
impl Copy for Status
impl Eq for Status
impl StructuralPartialEq for Status
Auto Trait Implementations§
impl Freeze for Status
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl UnwindSafe for 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)