#[repr(C)]pub struct nvmlPciInfo_st {
pub busIdLegacy: [c_char; 16],
pub domain: c_uint,
pub bus: c_uint,
pub device: c_uint,
pub pciDeviceId: c_uint,
pub pciSubSystemId: c_uint,
pub busId: [c_char; 32],
}Fields§
§busIdLegacy: [c_char; 16]§domain: c_uint§bus: c_uint§device: c_uint§pciDeviceId: c_uint§pciSubSystemId: c_uint§busId: [c_char; 32]Trait Implementations§
Source§impl Clone for nvmlPciInfo_st
impl Clone for nvmlPciInfo_st
Source§fn clone(&self) -> nvmlPciInfo_st
fn clone(&self) -> nvmlPciInfo_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 nvmlPciInfo_st
impl Debug for nvmlPciInfo_st
impl Copy for nvmlPciInfo_st
Auto Trait Implementations§
impl Freeze for nvmlPciInfo_st
impl RefUnwindSafe for nvmlPciInfo_st
impl Send for nvmlPciInfo_st
impl Sync for nvmlPciInfo_st
impl Unpin for nvmlPciInfo_st
impl UnwindSafe for nvmlPciInfo_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