#[repr(C)]pub struct nvmlBridgeChipHierarchy_st {
pub bridgeCount: c_uchar,
pub bridgeChipInfo: [nvmlBridgeChipInfo_t; 128],
}
Fields§
§bridgeCount: c_uchar
§bridgeChipInfo: [nvmlBridgeChipInfo_t; 128]
Trait Implementations§
source§impl Clone for nvmlBridgeChipHierarchy_st
impl Clone for nvmlBridgeChipHierarchy_st
source§fn clone(&self) -> nvmlBridgeChipHierarchy_st
fn clone(&self) -> nvmlBridgeChipHierarchy_st
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 nvmlBridgeChipHierarchy_st
impl Debug for nvmlBridgeChipHierarchy_st
impl Copy for nvmlBridgeChipHierarchy_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlBridgeChipHierarchy_st
impl Send for nvmlBridgeChipHierarchy_st
impl Sync for nvmlBridgeChipHierarchy_st
impl Unpin for nvmlBridgeChipHierarchy_st
impl UnwindSafe for nvmlBridgeChipHierarchy_st
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