#[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 duplicate 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 Freeze for nvmlBridgeChipHierarchy_st
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