[][src]Struct nvml_binding::bindings::nvmlUnitInfo_st

#[repr(C)]
pub struct nvmlUnitInfo_st {
    pub name: [c_char; 96],
    pub id: [c_char; 96],
    pub serial: [c_char; 96],
    pub firmwareVersion: [c_char; 96],
}

Static S-class unit info.

Fields

name: [c_char; 96]

!< Product name

id: [c_char; 96]

!< Product identifier

serial: [c_char; 96]

!< Product serial number

firmwareVersion: [c_char; 96]

!< Firmware version

Trait Implementations

impl Clone for nvmlUnitInfo_st[src]

impl Copy for nvmlUnitInfo_st[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]