#[repr(C)]pub struct nvmlConfComputeSystemState_st {
pub environment: c_uint,
pub ccFeature: c_uint,
pub devToolsMode: c_uint,
}
Fields§
§environment: c_uint
§ccFeature: c_uint
§devToolsMode: c_uint
Trait Implementations§
source§impl Clone for nvmlConfComputeSystemState_st
impl Clone for nvmlConfComputeSystemState_st
source§fn clone(&self) -> nvmlConfComputeSystemState_st
fn clone(&self) -> nvmlConfComputeSystemState_st
Returns a copy 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 nvmlConfComputeSystemState_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlConfComputeSystemState_st
impl Send for nvmlConfComputeSystemState_st
impl Sync for nvmlConfComputeSystemState_st
impl Unpin for nvmlConfComputeSystemState_st
impl UnwindSafe for nvmlConfComputeSystemState_st
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