#[repr(C)]
pub union nvmlVgpuSchedulerSetParams_t {
pub vgpuSchedDataWithARR: nvmlVgpuSchedulerSetParams_t__bindgen_ty_1,
pub vgpuSchedData: nvmlVgpuSchedulerSetParams_t__bindgen_ty_2,
}
Fields§
§vgpuSchedDataWithARR: nvmlVgpuSchedulerSetParams_t__bindgen_ty_1
§vgpuSchedData: nvmlVgpuSchedulerSetParams_t__bindgen_ty_2
Trait Implementations§
source§impl Clone for nvmlVgpuSchedulerSetParams_t
impl Clone for nvmlVgpuSchedulerSetParams_t
source§fn clone(&self) -> nvmlVgpuSchedulerSetParams_t
fn clone(&self) -> nvmlVgpuSchedulerSetParams_t
Returns a copy 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 moreimpl Copy for nvmlVgpuSchedulerSetParams_t
Auto Trait Implementations§
impl RefUnwindSafe for nvmlVgpuSchedulerSetParams_t
impl Send for nvmlVgpuSchedulerSetParams_t
impl Sync for nvmlVgpuSchedulerSetParams_t
impl Unpin for nvmlVgpuSchedulerSetParams_t
impl UnwindSafe for nvmlVgpuSchedulerSetParams_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