#[repr(C)]pub struct nvmlVgpuSchedulerLog_st {
pub engineId: c_uint,
pub schedulerPolicy: c_uint,
pub arrMode: c_uint,
pub schedulerParams: nvmlVgpuSchedulerParams_t,
pub entriesCount: c_uint,
pub logEntries: [nvmlVgpuSchedulerLogEntry_t; 200],
}
Fields§
§engineId: c_uint
§schedulerPolicy: c_uint
§arrMode: c_uint
§schedulerParams: nvmlVgpuSchedulerParams_t
§entriesCount: c_uint
§logEntries: [nvmlVgpuSchedulerLogEntry_t; 200]
Trait Implementations§
source§impl Clone for nvmlVgpuSchedulerLog_st
impl Clone for nvmlVgpuSchedulerLog_st
source§fn clone(&self) -> nvmlVgpuSchedulerLog_st
fn clone(&self) -> nvmlVgpuSchedulerLog_st
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 nvmlVgpuSchedulerLog_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlVgpuSchedulerLog_st
impl Send for nvmlVgpuSchedulerLog_st
impl Sync for nvmlVgpuSchedulerLog_st
impl Unpin for nvmlVgpuSchedulerLog_st
impl UnwindSafe for nvmlVgpuSchedulerLog_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