pub struct VgpuSchedulerLog {
pub state: VgpuSchedulerState,
pub entries: Vec<VgpuSchedulerLogEntry>,
}Fields§
§state: VgpuSchedulerState§entries: Vec<VgpuSchedulerLogEntry>Trait Implementations§
Source§impl Clone for VgpuSchedulerLog
impl Clone for VgpuSchedulerLog
Source§fn clone(&self) -> VgpuSchedulerLog
fn clone(&self) -> VgpuSchedulerLog
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 VgpuSchedulerLog
impl Debug for VgpuSchedulerLog
Source§impl Hash for VgpuSchedulerLog
impl Hash for VgpuSchedulerLog
Source§impl PartialEq for VgpuSchedulerLog
impl PartialEq for VgpuSchedulerLog
Source§fn eq(&self, other: &VgpuSchedulerLog) -> bool
fn eq(&self, other: &VgpuSchedulerLog) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for VgpuSchedulerLog
impl StructuralPartialEq for VgpuSchedulerLog
Auto Trait Implementations§
impl Freeze for VgpuSchedulerLog
impl RefUnwindSafe for VgpuSchedulerLog
impl Send for VgpuSchedulerLog
impl Sync for VgpuSchedulerLog
impl Unpin for VgpuSchedulerLog
impl UnsafeUnpin for VgpuSchedulerLog
impl UnwindSafe for VgpuSchedulerLog
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