#[repr(u32)]pub enum CTesseractErrorCode {
Logger = 5,
Cancelled = 6,
Serialization = 7,
Weird = 8,
}
Expand description
cbindgen:add-sentinel
Variants§
Trait Implementations§
Source§impl Clone for CTesseractErrorCode
impl Clone for CTesseractErrorCode
Source§fn clone(&self) -> CTesseractErrorCode
fn clone(&self) -> CTesseractErrorCode
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 CTesseractErrorCode
impl Debug for CTesseractErrorCode
Source§impl ErrorCode for CTesseractErrorCode
impl ErrorCode for CTesseractErrorCode
Source§impl Ord for CTesseractErrorCode
impl Ord for CTesseractErrorCode
Source§fn cmp(&self, other: &CTesseractErrorCode) -> Ordering
fn cmp(&self, other: &CTesseractErrorCode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CTesseractErrorCode
impl PartialEq for CTesseractErrorCode
Source§impl PartialOrd for CTesseractErrorCode
impl PartialOrd for CTesseractErrorCode
impl Copy for CTesseractErrorCode
impl Eq for CTesseractErrorCode
impl StructuralPartialEq for CTesseractErrorCode
Auto Trait Implementations§
impl Freeze for CTesseractErrorCode
impl RefUnwindSafe for CTesseractErrorCode
impl Send for CTesseractErrorCode
impl Sync for CTesseractErrorCode
impl Unpin for CTesseractErrorCode
impl UnwindSafe for CTesseractErrorCode
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