#[repr(C)]pub struct nvmlPlatformInfo_v2_t {
pub version: c_uint,
pub ibGuid: [c_uchar; 16],
pub chassisSerialNumber: [c_uchar; 16],
pub slotNumber: c_uchar,
pub trayIndex: c_uchar,
pub hostId: c_uchar,
pub peerType: c_uchar,
pub moduleId: c_uchar,
}Fields§
§version: c_uint§ibGuid: [c_uchar; 16]§chassisSerialNumber: [c_uchar; 16]§slotNumber: c_uchar§trayIndex: c_uchar§hostId: c_uchar§peerType: c_uchar§moduleId: c_ucharTrait Implementations§
Source§impl Clone for nvmlPlatformInfo_v2_t
impl Clone for nvmlPlatformInfo_v2_t
Source§fn clone(&self) -> nvmlPlatformInfo_v2_t
fn clone(&self) -> nvmlPlatformInfo_v2_t
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 nvmlPlatformInfo_v2_t
impl Debug for nvmlPlatformInfo_v2_t
impl Copy for nvmlPlatformInfo_v2_t
Auto Trait Implementations§
impl Freeze for nvmlPlatformInfo_v2_t
impl RefUnwindSafe for nvmlPlatformInfo_v2_t
impl Send for nvmlPlatformInfo_v2_t
impl Sync for nvmlPlatformInfo_v2_t
impl Unpin for nvmlPlatformInfo_v2_t
impl UnwindSafe for nvmlPlatformInfo_v2_t
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