#[repr(C)]pub struct nvmlEventData_st {
pub device: nvmlDevice_t,
pub eventType: c_ulonglong,
pub eventData: c_ulonglong,
pub gpuInstanceId: c_uint,
pub computeInstanceId: c_uint,
}Fields§
§device: nvmlDevice_t§eventType: c_ulonglong§eventData: c_ulonglong§gpuInstanceId: c_uint§computeInstanceId: c_uintTrait Implementations§
Source§impl Clone for nvmlEventData_st
impl Clone for nvmlEventData_st
Source§fn clone(&self) -> nvmlEventData_st
fn clone(&self) -> nvmlEventData_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 nvmlEventData_st
impl Debug for nvmlEventData_st
impl Copy for nvmlEventData_st
Auto Trait Implementations§
impl Freeze for nvmlEventData_st
impl RefUnwindSafe for nvmlEventData_st
impl !Send for nvmlEventData_st
impl !Sync for nvmlEventData_st
impl Unpin for nvmlEventData_st
impl UnwindSafe for nvmlEventData_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