pub enum AmdNativeModelId {
Zen_4,
Reserved,
}Expand description
Used for AmdExtTopo
Variants§
Trait Implementations§
Source§impl Clone for AmdNativeModelId
impl Clone for AmdNativeModelId
Source§fn clone(&self) -> AmdNativeModelId
fn clone(&self) -> AmdNativeModelId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AmdNativeModelId
Source§impl Debug for AmdNativeModelId
impl Debug for AmdNativeModelId
Source§impl Display for AmdNativeModelId
Available on crate feature std only.
impl Display for AmdNativeModelId
Available on crate feature
std only.impl Eq for AmdNativeModelId
Source§impl From<&CpuidResult> for AmdNativeModelId
impl From<&CpuidResult> for AmdNativeModelId
Source§fn from(cpuid: &CpuidResult) -> Self
fn from(cpuid: &CpuidResult) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AmdNativeModelId
impl From<u8> for AmdNativeModelId
Source§impl PartialEq for AmdNativeModelId
impl PartialEq for AmdNativeModelId
Source§fn eq(&self, other: &AmdNativeModelId) -> bool
fn eq(&self, other: &AmdNativeModelId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AmdNativeModelId
Auto Trait Implementations§
impl Freeze for AmdNativeModelId
impl RefUnwindSafe for AmdNativeModelId
impl Send for AmdNativeModelId
impl Sync for AmdNativeModelId
impl Unpin for AmdNativeModelId
impl UnsafeUnpin for AmdNativeModelId
impl UnwindSafe for AmdNativeModelId
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