#[repr(i32)]pub enum LAGraph_Kind {
LAGraph_ADJACENCY_UNDIRECTED = 0,
LAGraph_ADJACENCY_DIRECTED = 1,
LAGraph_KIND_UNKNOWN = -1,
}Variants§
Trait Implementations§
Source§impl Clone for LAGraph_Kind
impl Clone for LAGraph_Kind
Source§fn clone(&self) -> LAGraph_Kind
fn clone(&self) -> LAGraph_Kind
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_Kind
impl Debug for LAGraph_Kind
Source§impl Hash for LAGraph_Kind
impl Hash for LAGraph_Kind
Source§impl PartialEq for LAGraph_Kind
impl PartialEq for LAGraph_Kind
Source§fn eq(&self, other: &LAGraph_Kind) -> bool
fn eq(&self, other: &LAGraph_Kind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LAGraph_Kind
impl Eq for LAGraph_Kind
impl StructuralPartialEq for LAGraph_Kind
Auto Trait Implementations§
impl Freeze for LAGraph_Kind
impl RefUnwindSafe for LAGraph_Kind
impl Send for LAGraph_Kind
impl Sync for LAGraph_Kind
impl Unpin for LAGraph_Kind
impl UnsafeUnpin for LAGraph_Kind
impl UnwindSafe for LAGraph_Kind
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