#[repr(C)]pub struct NV_GPU_COOLER_POLICY_LEVEL {
pub levelId: u32,
pub currentLevel: u32,
pub defaultLevel: u32,
}Fields§
§levelId: u32level indicator for a policy
currentLevel: u32new cooler level for the selected policy level indicator.
defaultLevel: u32default cooler level for the selected policy level indicator.
Implementations§
Trait Implementations§
Source§impl Clone for NV_GPU_COOLER_POLICY_LEVEL
impl Clone for NV_GPU_COOLER_POLICY_LEVEL
Source§fn clone(&self) -> NV_GPU_COOLER_POLICY_LEVEL
fn clone(&self) -> NV_GPU_COOLER_POLICY_LEVEL
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 moreSource§impl Debug for NV_GPU_COOLER_POLICY_LEVEL
impl Debug for NV_GPU_COOLER_POLICY_LEVEL
impl Copy for NV_GPU_COOLER_POLICY_LEVEL
Auto Trait Implementations§
impl Freeze for NV_GPU_COOLER_POLICY_LEVEL
impl RefUnwindSafe for NV_GPU_COOLER_POLICY_LEVEL
impl Send for NV_GPU_COOLER_POLICY_LEVEL
impl Sync for NV_GPU_COOLER_POLICY_LEVEL
impl Unpin for NV_GPU_COOLER_POLICY_LEVEL
impl UnwindSafe for NV_GPU_COOLER_POLICY_LEVEL
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