Enum nvml_wrapper::enum_wrappers::device::Clock
source · pub enum Clock {
Graphics,
SM,
Memory,
Video,
}
Expand description
Clock types. All speeds are in MHz.
Variants§
Graphics
Graphics clock domain.
SM
SM (Streaming Multiprocessor) clock domain.
What AMD calls a CU (Compute Unit) can be compared to this.
Memory
Memory clock domain.
Video
Video encoder/decoder clock domain.
Implementations§
Trait Implementations§
source§impl PartialEq for Clock
impl PartialEq for Clock
impl Eq for Clock
impl StructuralPartialEq for Clock
Auto Trait Implementations§
impl RefUnwindSafe for Clock
impl Send for Clock
impl Sync for Clock
impl Unpin for Clock
impl UnwindSafe for Clock
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