pub struct CriticalPathConfig {
pub path_weight: f32,
pub branch_penalty: f32,
}Fields§
§path_weight: f32§branch_penalty: f32Trait Implementations§
Source§impl Clone for CriticalPathConfig
impl Clone for CriticalPathConfig
Source§fn clone(&self) -> CriticalPathConfig
fn clone(&self) -> CriticalPathConfig
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 Debug for CriticalPathConfig
impl Debug for CriticalPathConfig
Auto Trait Implementations§
impl Freeze for CriticalPathConfig
impl RefUnwindSafe for CriticalPathConfig
impl Send for CriticalPathConfig
impl Sync for CriticalPathConfig
impl Unpin for CriticalPathConfig
impl UnsafeUnpin for CriticalPathConfig
impl UnwindSafe for CriticalPathConfig
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