pub struct VgpuSchedulerLogEntry {
pub timestamp: u64,
pub time_run_total: u64,
pub time_run: u64,
pub sw_runlist_id: u32,
pub target_time_slice: u64,
pub cumulative_preemption_time: u64,
}Fields§
§timestamp: u64§time_run_total: u64§time_run: u64§sw_runlist_id: u32§target_time_slice: u64§cumulative_preemption_time: u64Trait Implementations§
Source§impl Clone for VgpuSchedulerLogEntry
impl Clone for VgpuSchedulerLogEntry
Source§fn clone(&self) -> VgpuSchedulerLogEntry
fn clone(&self) -> VgpuSchedulerLogEntry
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 moreSource§impl Debug for VgpuSchedulerLogEntry
impl Debug for VgpuSchedulerLogEntry
Source§impl From<nvmlVgpuSchedulerLogEntries_st> for VgpuSchedulerLogEntry
impl From<nvmlVgpuSchedulerLogEntries_st> for VgpuSchedulerLogEntry
Source§fn from(value: nvmlVgpuSchedulerLogEntry_t) -> Self
fn from(value: nvmlVgpuSchedulerLogEntry_t) -> Self
Converts to this type from the input type.
Source§impl From<nvmlVgpuSchedulerLogEntry_v2_t> for VgpuSchedulerLogEntry
impl From<nvmlVgpuSchedulerLogEntry_v2_t> for VgpuSchedulerLogEntry
Source§fn from(value: nvmlVgpuSchedulerLogEntry_v2_t) -> Self
fn from(value: nvmlVgpuSchedulerLogEntry_v2_t) -> Self
Converts to this type from the input type.
Source§impl Hash for VgpuSchedulerLogEntry
impl Hash for VgpuSchedulerLogEntry
Source§impl PartialEq for VgpuSchedulerLogEntry
impl PartialEq for VgpuSchedulerLogEntry
Source§fn eq(&self, other: &VgpuSchedulerLogEntry) -> bool
fn eq(&self, other: &VgpuSchedulerLogEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VgpuSchedulerLogEntry
impl Eq for VgpuSchedulerLogEntry
impl StructuralPartialEq for VgpuSchedulerLogEntry
Auto Trait Implementations§
impl Freeze for VgpuSchedulerLogEntry
impl RefUnwindSafe for VgpuSchedulerLogEntry
impl Send for VgpuSchedulerLogEntry
impl Sync for VgpuSchedulerLogEntry
impl Unpin for VgpuSchedulerLogEntry
impl UnsafeUnpin for VgpuSchedulerLogEntry
impl UnwindSafe for VgpuSchedulerLogEntry
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