#[repr(C)]pub struct nvmlEccSramErrorStatus_v1_t {Show 13 fields
pub version: c_uint,
pub aggregateUncParity: c_ulonglong,
pub aggregateUncSecDed: c_ulonglong,
pub aggregateCor: c_ulonglong,
pub volatileUncParity: c_ulonglong,
pub volatileUncSecDed: c_ulonglong,
pub volatileCor: c_ulonglong,
pub aggregateUncBucketL2: c_ulonglong,
pub aggregateUncBucketSm: c_ulonglong,
pub aggregateUncBucketPcie: c_ulonglong,
pub aggregateUncBucketMcu: c_ulonglong,
pub aggregateUncBucketOther: c_ulonglong,
pub bThresholdExceeded: c_uint,
}Fields§
§version: c_uint§aggregateUncParity: c_ulonglong§aggregateUncSecDed: c_ulonglong§aggregateCor: c_ulonglong§volatileUncParity: c_ulonglong§volatileUncSecDed: c_ulonglong§volatileCor: c_ulonglong§aggregateUncBucketL2: c_ulonglong§aggregateUncBucketSm: c_ulonglong§aggregateUncBucketPcie: c_ulonglong§aggregateUncBucketMcu: c_ulonglong§aggregateUncBucketOther: c_ulonglong§bThresholdExceeded: c_uintTrait Implementations§
Source§impl Clone for nvmlEccSramErrorStatus_v1_t
impl Clone for nvmlEccSramErrorStatus_v1_t
Source§fn clone(&self) -> nvmlEccSramErrorStatus_v1_t
fn clone(&self) -> nvmlEccSramErrorStatus_v1_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 nvmlEccSramErrorStatus_v1_t
impl Debug for nvmlEccSramErrorStatus_v1_t
impl Copy for nvmlEccSramErrorStatus_v1_t
Auto Trait Implementations§
impl Freeze for nvmlEccSramErrorStatus_v1_t
impl RefUnwindSafe for nvmlEccSramErrorStatus_v1_t
impl Send for nvmlEccSramErrorStatus_v1_t
impl Sync for nvmlEccSramErrorStatus_v1_t
impl Unpin for nvmlEccSramErrorStatus_v1_t
impl UnwindSafe for nvmlEccSramErrorStatus_v1_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