Struct nvml_wrapper::struct_wrappers::ExcludedDeviceInfo
source · pub struct ExcludedDeviceInfo { /* private fields */ }
Expand description
Information about an excluded device.
Trait Implementations§
source§impl Clone for ExcludedDeviceInfo
impl Clone for ExcludedDeviceInfo
source§fn clone(&self) -> ExcludedDeviceInfo
fn clone(&self) -> ExcludedDeviceInfo
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 moresource§impl Debug for ExcludedDeviceInfo
impl Debug for ExcludedDeviceInfo
source§impl Hash for ExcludedDeviceInfo
impl Hash for ExcludedDeviceInfo
source§impl PartialEq for ExcludedDeviceInfo
impl PartialEq for ExcludedDeviceInfo
source§fn 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 ==
.impl Eq 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§
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