Enum fasthash_sys::XXH_errorcode [−][src]
#[repr(u32)]pub enum XXH_errorcode { XXH_OK, XXH_ERROR, }
Variants
XXH_OK
XXH_ERROR
Trait Implementations
impl Debug for XXH_errorcode
[src]
impl Debug for XXH_errorcode
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for XXH_errorcode
[src]
impl Copy for XXH_errorcode
impl Clone for XXH_errorcode
[src]
impl Clone for XXH_errorcode
fn clone(&self) -> XXH_errorcode
[src]
fn clone(&self) -> XXH_errorcode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for XXH_errorcode
[src]
impl PartialEq for XXH_errorcode
fn eq(&self, other: &XXH_errorcode) -> bool
[src]
fn eq(&self, other: &XXH_errorcode) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for XXH_errorcode
[src]
impl Eq for XXH_errorcode
impl Hash for XXH_errorcode
[src]
impl Hash for XXH_errorcode
Auto Trait Implementations
impl Send for XXH_errorcode
impl Send for XXH_errorcode
impl Sync for XXH_errorcode
impl Sync for XXH_errorcode