#[repr(C)]pub struct Agedgeinfo_t {Show 27 fields
pub hdr: Agrec_t,
pub spl: *mut splines,
pub tail_port: port,
pub head_port: port,
pub label: *mut textlabel_t,
pub head_label: *mut textlabel_t,
pub tail_label: *mut textlabel_t,
pub xlabel: *mut textlabel_t,
pub edge_type: c_char,
pub compound: c_char,
pub adjacent: c_char,
pub label_ontop: c_char,
pub gui_state: c_uchar,
pub to_orig: *mut edge_t,
pub alg: *mut c_void,
pub factor: f64,
pub dist: f64,
pub path: Ppolyline_t,
pub showboxes: c_uchar,
pub conc_opp_flag: boolean,
pub xpenalty: c_short,
pub weight: c_int,
pub cutvalue: c_int,
pub tree_index: c_int,
pub count: c_short,
pub minlen: c_ushort,
pub to_virt: *mut edge_t,
}Fields§
§hdr: Agrec_t§spl: *mut splines§tail_port: port§head_port: port§label: *mut textlabel_t§head_label: *mut textlabel_t§tail_label: *mut textlabel_t§xlabel: *mut textlabel_t§edge_type: c_char§compound: c_char§adjacent: c_char§label_ontop: c_char§gui_state: c_uchar§to_orig: *mut edge_t§alg: *mut c_void§factor: f64§dist: f64§path: Ppolyline_t§showboxes: c_uchar§conc_opp_flag: boolean§xpenalty: c_short§weight: c_int§cutvalue: c_int§tree_index: c_int§count: c_short§minlen: c_ushort§to_virt: *mut edge_tTrait Implementations§
Source§impl Clone for Agedgeinfo_t
impl Clone for Agedgeinfo_t
Source§fn clone(&self) -> Agedgeinfo_t
fn clone(&self) -> Agedgeinfo_t
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 Agedgeinfo_t
impl Debug for Agedgeinfo_t
impl Copy for Agedgeinfo_t
Auto Trait Implementations§
impl Freeze for Agedgeinfo_t
impl RefUnwindSafe for Agedgeinfo_t
impl !Send for Agedgeinfo_t
impl !Sync for Agedgeinfo_t
impl Unpin for Agedgeinfo_t
impl UnwindSafe for Agedgeinfo_t
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