#[repr(C)]pub struct scndryarcST {
pub arcrow: c_int,
pub arccol: c_int,
pub from: *mut nodeT,
pub to: *mut nodeT,
pub fromdir: c_schar,
}Expand description
secondary arc data structure
Fields§
§arcrow: c_int§arccol: c_introw of arc in secondary network array
from: *mut nodeTcol of arc in secondary network array
to: *mut nodeTsecondary node at tail of arc
fromdir: c_scharsecondary node at head of arc
Trait Implementations§
Source§impl Clone for scndryarcST
impl Clone for scndryarcST
Source§fn clone(&self) -> scndryarcST
fn clone(&self) -> scndryarcST
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 scndryarcST
impl Debug for scndryarcST
impl Copy for scndryarcST
Auto Trait Implementations§
impl Freeze for scndryarcST
impl RefUnwindSafe for scndryarcST
impl !Send for scndryarcST
impl !Sync for scndryarcST
impl Unpin for scndryarcST
impl UnwindSafe for scndryarcST
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