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