Struct nvml_wrapper::struct_wrappers::ExcludedDeviceInfo
source · [−]pub struct ExcludedDeviceInfo { /* private fields */ }Expand description
Information about an excluded device.
Trait Implementations
sourceimpl Clone for ExcludedDeviceInfo
impl Clone for ExcludedDeviceInfo
sourcefn clone(&self) -> ExcludedDeviceInfo
fn clone(&self) -> ExcludedDeviceInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ExcludedDeviceInfo
impl Debug for ExcludedDeviceInfo
sourceimpl Hash for ExcludedDeviceInfo
impl Hash for ExcludedDeviceInfo
sourceimpl PartialEq<ExcludedDeviceInfo> for ExcludedDeviceInfo
impl PartialEq<ExcludedDeviceInfo> for ExcludedDeviceInfo
sourcefn eq(&self, other: &ExcludedDeviceInfo) -> bool
fn eq(&self, other: &ExcludedDeviceInfo) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ExcludedDeviceInfo) -> bool
fn ne(&self, other: &ExcludedDeviceInfo) -> bool
This method tests for !=.
sourceimpl TryFrom<nvmlExcludedDeviceInfo_st> for ExcludedDeviceInfo
impl TryFrom<nvmlExcludedDeviceInfo_st> for ExcludedDeviceInfo
sourcefn try_from(value: nvmlExcludedDeviceInfo_t) -> Result<Self, Self::Error>
fn try_from(value: nvmlExcludedDeviceInfo_t) -> Result<Self, Self::Error>
Construct ExcludedDeviceInfo from the corresponding C struct.
Errors
UnexpectedVariant, for which you can read the docs for
impl Eq for ExcludedDeviceInfo
impl StructuralEq for ExcludedDeviceInfo
impl StructuralPartialEq for ExcludedDeviceInfo
Auto Trait Implementations
impl RefUnwindSafe for ExcludedDeviceInfo
impl Send for ExcludedDeviceInfo
impl Sync for ExcludedDeviceInfo
impl Unpin for ExcludedDeviceInfo
impl UnwindSafe for ExcludedDeviceInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more