#[repr(C)]pub struct NV_GPU_SETCOOLER_LEVEL_COOLER {
pub currentLevel: u32,
pub currentPolicy: NV_COOLER_POLICY,
}Fields§
§currentLevel: u32the new value % of the cooler
currentPolicy: NV_COOLER_POLICYthe new cooler control policy - auto-perf, auto-thermal, manual, hybrid…
Implementations§
Trait Implementations§
Source§impl Clone for NV_GPU_SETCOOLER_LEVEL_COOLER
impl Clone for NV_GPU_SETCOOLER_LEVEL_COOLER
Source§fn clone(&self) -> NV_GPU_SETCOOLER_LEVEL_COOLER
fn clone(&self) -> NV_GPU_SETCOOLER_LEVEL_COOLER
Returns a duplicate 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 moreimpl Copy for NV_GPU_SETCOOLER_LEVEL_COOLER
Auto Trait Implementations§
impl Freeze for NV_GPU_SETCOOLER_LEVEL_COOLER
impl RefUnwindSafe for NV_GPU_SETCOOLER_LEVEL_COOLER
impl Send for NV_GPU_SETCOOLER_LEVEL_COOLER
impl Sync for NV_GPU_SETCOOLER_LEVEL_COOLER
impl Unpin for NV_GPU_SETCOOLER_LEVEL_COOLER
impl UnwindSafe for NV_GPU_SETCOOLER_LEVEL_COOLER
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