pub struct ConfComputeSystemState {
pub environment: u32,
pub cc_feature: u32,
pub dev_tools_mode: u32,
}Fields§
§environment: u32§cc_feature: u32§dev_tools_mode: u32Trait Implementations§
Source§impl Clone for ConfComputeSystemState
impl Clone for ConfComputeSystemState
Source§fn clone(&self) -> ConfComputeSystemState
fn clone(&self) -> ConfComputeSystemState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ConfComputeSystemState
impl Debug for ConfComputeSystemState
Source§impl From<nvmlConfComputeSystemState_st> for ConfComputeSystemState
impl From<nvmlConfComputeSystemState_st> for ConfComputeSystemState
Source§fn from(value: nvmlConfComputeSystemState_t) -> Self
fn from(value: nvmlConfComputeSystemState_t) -> Self
Converts to this type from the input type.
Source§impl Hash for ConfComputeSystemState
impl Hash for ConfComputeSystemState
Source§impl PartialEq for ConfComputeSystemState
impl PartialEq for ConfComputeSystemState
Source§fn eq(&self, other: &ConfComputeSystemState) -> bool
fn eq(&self, other: &ConfComputeSystemState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ConfComputeSystemState
impl Eq for ConfComputeSystemState
impl StructuralPartialEq for ConfComputeSystemState
Auto Trait Implementations§
impl Freeze for ConfComputeSystemState
impl RefUnwindSafe for ConfComputeSystemState
impl Send for ConfComputeSystemState
impl Sync for ConfComputeSystemState
impl Unpin for ConfComputeSystemState
impl UnsafeUnpin for ConfComputeSystemState
impl UnwindSafe for ConfComputeSystemState
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