pub struct GpuCostModel;Trait Implementations§
Source§impl Clone for GpuCostModel
impl Clone for GpuCostModel
Source§fn clone(&self) -> GpuCostModel
fn clone(&self) -> GpuCostModel
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 moreSource§impl CostModel for GpuCostModel
impl CostModel for GpuCostModel
Auto Trait Implementations§
impl Freeze for GpuCostModel
impl RefUnwindSafe for GpuCostModel
impl Send for GpuCostModel
impl Sync for GpuCostModel
impl Unpin for GpuCostModel
impl UnsafeUnpin for GpuCostModel
impl UnwindSafe for GpuCostModel
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