pub struct DemoBPolicyRun {
pub policy_id: AllocationPolicyId,
pub frame: ImageFrame,
pub error: ScalarField,
pub spp: ScalarField,
pub metrics: DemoBPolicyMetrics,
}Fields§
§policy_id: AllocationPolicyId§frame: ImageFrame§error: ScalarField§spp: ScalarField§metrics: DemoBPolicyMetricsTrait Implementations§
Source§impl Clone for DemoBPolicyRun
impl Clone for DemoBPolicyRun
Source§fn clone(&self) -> DemoBPolicyRun
fn clone(&self) -> DemoBPolicyRun
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 moreAuto Trait Implementations§
impl Freeze for DemoBPolicyRun
impl RefUnwindSafe for DemoBPolicyRun
impl Send for DemoBPolicyRun
impl Sync for DemoBPolicyRun
impl Unpin for DemoBPolicyRun
impl UnsafeUnpin for DemoBPolicyRun
impl UnwindSafe for DemoBPolicyRun
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