#[repr(C)]pub struct IdaxGraphEdgeInfo {
pub color: u32,
pub width: c_int,
pub source_port: c_int,
pub target_port: c_int,
}Fields§
§color: u32§width: c_int§source_port: c_int§target_port: c_intTrait Implementations§
Source§impl Clone for IdaxGraphEdgeInfo
impl Clone for IdaxGraphEdgeInfo
Source§fn clone(&self) -> IdaxGraphEdgeInfo
fn clone(&self) -> IdaxGraphEdgeInfo
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 IdaxGraphEdgeInfo
impl Debug for IdaxGraphEdgeInfo
Source§impl Default for IdaxGraphEdgeInfo
impl Default for IdaxGraphEdgeInfo
Source§fn default() -> IdaxGraphEdgeInfo
fn default() -> IdaxGraphEdgeInfo
Returns the “default value” for a type. Read more
impl Copy for IdaxGraphEdgeInfo
Auto Trait Implementations§
impl Freeze for IdaxGraphEdgeInfo
impl RefUnwindSafe for IdaxGraphEdgeInfo
impl Send for IdaxGraphEdgeInfo
impl Sync for IdaxGraphEdgeInfo
impl Unpin for IdaxGraphEdgeInfo
impl UnsafeUnpin for IdaxGraphEdgeInfo
impl UnwindSafe for IdaxGraphEdgeInfo
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