pub enum NPUType {
Integrated,
Discrete,
USB,
PCIe,
M2,
Unknown,
}
Expand description
NPU type classification
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for NPUType
impl<'de> Deserialize<'de> for NPUType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NPUType
impl StructuralPartialEq for NPUType
Auto Trait Implementations§
impl Freeze for NPUType
impl RefUnwindSafe for NPUType
impl Send for NPUType
impl Sync for NPUType
impl Unpin for NPUType
impl UnwindSafe for NPUType
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