Struct nvml_wrapper::struct_wrappers::device::BridgeChipInfo
source · [−]pub struct BridgeChipInfo {
pub fw_version: FirmwareVersion,
pub chip_type: BridgeChip,
}Expand description
Information about a bridge chip.
Fields
fw_version: FirmwareVersionchip_type: BridgeChipTrait Implementations
sourceimpl Clone for BridgeChipInfo
impl Clone for BridgeChipInfo
sourcefn clone(&self) -> BridgeChipInfo
fn clone(&self) -> BridgeChipInfo
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 BridgeChipInfo
impl Debug for BridgeChipInfo
sourceimpl Hash for BridgeChipInfo
impl Hash for BridgeChipInfo
sourceimpl PartialEq<BridgeChipInfo> for BridgeChipInfo
impl PartialEq<BridgeChipInfo> for BridgeChipInfo
sourcefn eq(&self, other: &BridgeChipInfo) -> bool
fn eq(&self, other: &BridgeChipInfo) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &BridgeChipInfo) -> bool
fn ne(&self, other: &BridgeChipInfo) -> bool
This method tests for !=.
sourceimpl TryFrom<nvmlBridgeChipInfo_st> for BridgeChipInfo
impl TryFrom<nvmlBridgeChipInfo_st> for BridgeChipInfo
impl Eq for BridgeChipInfo
impl StructuralEq for BridgeChipInfo
impl StructuralPartialEq for BridgeChipInfo
Auto Trait Implementations
impl RefUnwindSafe for BridgeChipInfo
impl Send for BridgeChipInfo
impl Sync for BridgeChipInfo
impl Unpin for BridgeChipInfo
impl UnwindSafe for BridgeChipInfo
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