pub struct VgpuSchedulerState {
pub engine: VgpuSchedulerEngine,
pub policy: VgpuSchedulerPolicy,
pub arr_mode: VgpuSchedulerArrMode,
pub params: VgpuSchedulerParams,
}Fields§
§engine: VgpuSchedulerEngine§policy: VgpuSchedulerPolicy§arr_mode: VgpuSchedulerArrMode§params: VgpuSchedulerParamsTrait Implementations§
Source§impl Clone for VgpuSchedulerState
impl Clone for VgpuSchedulerState
Source§fn clone(&self) -> VgpuSchedulerState
fn clone(&self) -> VgpuSchedulerState
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 VgpuSchedulerState
impl Debug for VgpuSchedulerState
Source§impl Hash for VgpuSchedulerState
impl Hash for VgpuSchedulerState
Source§impl PartialEq for VgpuSchedulerState
impl PartialEq for VgpuSchedulerState
Source§fn eq(&self, other: &VgpuSchedulerState) -> bool
fn eq(&self, other: &VgpuSchedulerState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VgpuSchedulerState
impl Eq for VgpuSchedulerState
impl StructuralPartialEq for VgpuSchedulerState
Auto Trait Implementations§
impl Freeze for VgpuSchedulerState
impl RefUnwindSafe for VgpuSchedulerState
impl Send for VgpuSchedulerState
impl Sync for VgpuSchedulerState
impl Unpin for VgpuSchedulerState
impl UnsafeUnpin for VgpuSchedulerState
impl UnwindSafe for VgpuSchedulerState
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