#[repr(C)]pub struct incrcostST {
pub poscost: c_short,
pub negcost: c_short,
}Expand description
incremental cost data structure
Fields§
§poscost: c_short§negcost: c_shortcost for positive flow increment
Trait Implementations§
Source§impl Clone for incrcostST
impl Clone for incrcostST
Source§fn clone(&self) -> incrcostST
fn clone(&self) -> incrcostST
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 incrcostST
impl Debug for incrcostST
impl Copy for incrcostST
Auto Trait Implementations§
impl Freeze for incrcostST
impl RefUnwindSafe for incrcostST
impl Send for incrcostST
impl Sync for incrcostST
impl Unpin for incrcostST
impl UnwindSafe for incrcostST
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