#[repr(C)]pub struct nvmlSystemEventSetWaitRequest_v1_t {
pub version: c_uint,
pub timeoutms: c_uint,
pub set: nvmlSystemEventSet_t,
pub data: *mut nvmlSystemEventData_v1_t,
pub dataSize: c_uint,
pub numEvent: c_uint,
}Fields§
§version: c_uint§timeoutms: c_uint§set: nvmlSystemEventSet_t§data: *mut nvmlSystemEventData_v1_t§dataSize: c_uint§numEvent: c_uintTrait Implementations§
Source§impl Clone for nvmlSystemEventSetWaitRequest_v1_t
impl Clone for nvmlSystemEventSetWaitRequest_v1_t
Source§fn clone(&self) -> nvmlSystemEventSetWaitRequest_v1_t
fn clone(&self) -> nvmlSystemEventSetWaitRequest_v1_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for nvmlSystemEventSetWaitRequest_v1_t
Auto Trait Implementations§
impl !Send for nvmlSystemEventSetWaitRequest_v1_t
impl !Sync for nvmlSystemEventSetWaitRequest_v1_t
impl Freeze for nvmlSystemEventSetWaitRequest_v1_t
impl RefUnwindSafe for nvmlSystemEventSetWaitRequest_v1_t
impl Unpin for nvmlSystemEventSetWaitRequest_v1_t
impl UnsafeUnpin for nvmlSystemEventSetWaitRequest_v1_t
impl UnwindSafe for nvmlSystemEventSetWaitRequest_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