#[repr(C)]pub struct bidircostST {
pub posweight: c_short,
pub negweight: c_short,
}Expand description
arc cost data structure for bidirectional scalar costs
Fields§
§posweight: c_short§negweight: c_shortweight for positive flows
Trait Implementations§
Source§impl Clone for bidircostST
impl Clone for bidircostST
Source§fn clone(&self) -> bidircostST
fn clone(&self) -> bidircostST
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 bidircostST
impl Debug for bidircostST
impl Copy for bidircostST
Auto Trait Implementations§
impl Freeze for bidircostST
impl RefUnwindSafe for bidircostST
impl Send for bidircostST
impl Sync for bidircostST
impl Unpin for bidircostST
impl UnwindSafe for bidircostST
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