Struct nvml_wrapper_sys::bindings::nvmlPciInfo_st
source · #[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 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 nvmlPciInfo_st
impl Debug for nvmlPciInfo_st
impl Copy for nvmlPciInfo_st
Auto Trait Implementations§
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