#[repr(C)]pub struct igraph_complex_t {
pub dat: [igraph_real_t; 2],
}Fields§
§dat: [igraph_real_t; 2]Trait Implementations§
Source§impl Clone for igraph_complex_t
impl Clone for igraph_complex_t
Source§fn clone(&self) -> igraph_complex_t
fn clone(&self) -> igraph_complex_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 igraph_complex_t
impl Debug for igraph_complex_t
impl Copy for igraph_complex_t
Auto Trait Implementations§
impl Freeze for igraph_complex_t
impl RefUnwindSafe for igraph_complex_t
impl Send for igraph_complex_t
impl Sync for igraph_complex_t
impl Unpin for igraph_complex_t
impl UnwindSafe for igraph_complex_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