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