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