#[repr(C)]pub struct igraph_lazy_inclist_t {
pub graph: *const igraph_t,
pub length: igraph_int_t,
pub incs: *mut *mut igraph_vector_int_t,
pub mode: igraph_neimode_t,
pub loops: igraph_loops_t,
}Fields§
§graph: *const igraph_t§length: igraph_int_t§incs: *mut *mut igraph_vector_int_t§mode: igraph_neimode_t§loops: igraph_loops_tTrait Implementations§
Source§impl Clone for igraph_lazy_inclist_t
impl Clone for igraph_lazy_inclist_t
Source§fn clone(&self) -> igraph_lazy_inclist_t
fn clone(&self) -> igraph_lazy_inclist_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_lazy_inclist_t
impl Debug for igraph_lazy_inclist_t
impl Copy for igraph_lazy_inclist_t
Auto Trait Implementations§
impl Freeze for igraph_lazy_inclist_t
impl RefUnwindSafe for igraph_lazy_inclist_t
impl !Send for igraph_lazy_inclist_t
impl !Sync for igraph_lazy_inclist_t
impl Unpin for igraph_lazy_inclist_t
impl UnwindSafe for igraph_lazy_inclist_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