#[repr(i32)]pub enum Foundry {
Unknown = 0,
TSMC = 1,
UMC = 2,
IBM = 3,
SMIC = 4,
CSM = 5,
Toshiba = 6,
}Expand description
Undocumented function NvAPI_GPU_GetFoundry()
Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Foundry
impl<'de> Deserialize<'de> for Foundry
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Foundry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Foundry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Foundry
impl Ord for Foundry
Source§impl PartialOrd for Foundry
impl PartialOrd for Foundry
Source§impl Serialize for Foundry
impl Serialize for Foundry
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for Foundry
impl Eq for Foundry
impl StructuralPartialEq for Foundry
Auto Trait Implementations§
impl Freeze for Foundry
impl RefUnwindSafe for Foundry
impl Send for Foundry
impl Sync for Foundry
impl Unpin for Foundry
impl UnwindSafe for Foundry
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