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