#[repr(u8)]pub enum HierarchyLevelType {
Reserved = 0,
Core = 1,
Complex = 2,
Die = 3,
Socket = 4,
Unknown(u8),
}Variants§
Trait Implementations§
Source§impl Debug for HierarchyLevelType
impl Debug for HierarchyLevelType
Source§impl Display for HierarchyLevelType
impl Display for HierarchyLevelType
Source§impl From<u8> for HierarchyLevelType
impl From<u8> for HierarchyLevelType
Source§impl PartialEq for HierarchyLevelType
impl PartialEq for HierarchyLevelType
impl Eq for HierarchyLevelType
impl StructuralPartialEq for HierarchyLevelType
Auto Trait Implementations§
impl Freeze for HierarchyLevelType
impl RefUnwindSafe for HierarchyLevelType
impl Send for HierarchyLevelType
impl Sync for HierarchyLevelType
impl Unpin for HierarchyLevelType
impl UnwindSafe for HierarchyLevelType
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