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