Enum nvml_wrapper::enum_wrappers::device::InfoRom
source · pub enum InfoRom {
OEM,
ECC,
Power,
}
Expand description
Available infoROM objects.
Variants§
OEM
An object defined by OEM.
ECC
The ECC object determining the level of ECC support.
Power
The power management object.
Implementations§
Trait Implementations§
source§impl PartialEq for InfoRom
impl PartialEq for InfoRom
impl Eq for InfoRom
impl StructuralPartialEq for InfoRom
Auto Trait Implementations§
impl RefUnwindSafe for InfoRom
impl Send for InfoRom
impl Sync for InfoRom
impl Unpin for InfoRom
impl UnwindSafe for InfoRom
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