#[repr(C)]pub struct LAGraph_Graph_struct {
pub A: GrB_Matrix,
pub kind: LAGraph_Kind,
pub AT: GrB_Matrix,
pub out_degree: GrB_Vector,
pub in_degree: GrB_Vector,
pub is_symmetric_structure: LAGraph_Boolean,
pub nself_edges: i64,
pub emin: GrB_Scalar,
pub emin_state: LAGraph_State,
pub emax: GrB_Scalar,
pub emax_state: LAGraph_State,
}Fields§
§A: GrB_Matrix§kind: LAGraph_Kind§AT: GrB_Matrix§out_degree: GrB_Vector§in_degree: GrB_Vector§is_symmetric_structure: LAGraph_Boolean§nself_edges: i64§emin: GrB_Scalar§emin_state: LAGraph_State§emax: GrB_Scalar§emax_state: LAGraph_StateTrait Implementations§
Source§impl Clone for LAGraph_Graph_struct
impl Clone for LAGraph_Graph_struct
Source§fn clone(&self) -> LAGraph_Graph_struct
fn clone(&self) -> LAGraph_Graph_struct
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LAGraph_Graph_struct
impl Debug for LAGraph_Graph_struct
impl Copy for LAGraph_Graph_struct
Auto Trait Implementations§
impl Freeze for LAGraph_Graph_struct
impl RefUnwindSafe for LAGraph_Graph_struct
impl !Send for LAGraph_Graph_struct
impl !Sync for LAGraph_Graph_struct
impl Unpin for LAGraph_Graph_struct
impl UnsafeUnpin for LAGraph_Graph_struct
impl UnwindSafe for LAGraph_Graph_struct
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