Agedgeinfo_t

Struct Agedgeinfo_t 

Source
#[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_t

Trait Implementations§

Source§

impl Clone for Agedgeinfo_t

Source§

fn clone(&self) -> Agedgeinfo_t

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Agedgeinfo_t

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for Agedgeinfo_t

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.