Enum libdrm_amdgpu_sys::AMDGPU::FAMILY_NAME
source · #[repr(u32)]pub enum FAMILY_NAME {
Show 16 variants
UNKNOWN = 0,
SI = 110,
CI = 120,
KV = 125,
VI = 130,
CZ = 135,
AI = 141,
RV = 142,
NV = 143,
VGH = 144,
GC_11_0_0 = 145,
YC = 146,
GC_11_0_1 = 148,
GC_10_3_6 = 149,
GC_10_3_7 = 151,
GC_11_5_0 = 150,
}Expand description
List of AMDGPU Family names
Variants§
UNKNOWN = 0
SI = 110
CI = 120
KV = 125
VI = 130
CZ = 135
AI = 141
RV = 142
NV = 143
VGH = 144
GC_11_0_0 = 145
YC = 146
GC_11_0_1 = 148
GC_10_3_6 = 149
GC_10_3_7 = 151
GC_11_5_0 = 150
Implementations§
source§impl FAMILY_NAME
impl FAMILY_NAME
Trait Implementations§
source§impl Clone for FAMILY_NAME
impl Clone for FAMILY_NAME
source§fn clone(&self) -> FAMILY_NAME
fn clone(&self) -> FAMILY_NAME
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FAMILY_NAME
impl Debug for FAMILY_NAME
source§impl Display for FAMILY_NAME
impl Display for FAMILY_NAME
source§impl From<u32> for FAMILY_NAME
impl From<u32> for FAMILY_NAME
source§impl PartialEq for FAMILY_NAME
impl PartialEq for FAMILY_NAME
source§fn eq(&self, other: &FAMILY_NAME) -> bool
fn eq(&self, other: &FAMILY_NAME) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for FAMILY_NAME
impl PartialOrd for FAMILY_NAME
source§fn partial_cmp(&self, other: &FAMILY_NAME) -> Option<Ordering>
fn partial_cmp(&self, other: &FAMILY_NAME) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for FAMILY_NAME
impl Eq for FAMILY_NAME
impl StructuralEq for FAMILY_NAME
impl StructuralPartialEq for FAMILY_NAME
Auto Trait Implementations§
impl RefUnwindSafe for FAMILY_NAME
impl Send for FAMILY_NAME
impl Sync for FAMILY_NAME
impl Unpin for FAMILY_NAME
impl UnwindSafe for FAMILY_NAME
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