pub struct Uarch {
pub uarch: c_uint,
pub name: Cow<'static, str>,
}
Fields§
§uarch: c_uint
Type of CPU microarchitecture
name: Cow<'static, str>
Type of CPU microarchitecture as text
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Uarch
impl<'de> Deserialize<'de> for Uarch
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
Auto Trait Implementations§
impl Freeze for Uarch
impl RefUnwindSafe for Uarch
impl Send for Uarch
impl Sync for Uarch
impl Unpin for Uarch
impl UnwindSafe for Uarch
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