#[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 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 moreimpl Copy for nvmlVgpuSchedulerLog_st
Auto Trait Implementations§
impl Freeze for nvmlVgpuSchedulerLog_st
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