Enum mtbl_sys::MtblRes [] [src]

#[repr(C)]
pub enum MtblRes { mtbl_res_failure, mtbl_res_success, }

Variants

Trait Implementations

impl Clone for MtblRes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MtblRes
[src]

impl Debug for MtblRes
[src]

Formats the value using the given formatter.

impl PartialEq for MtblRes
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.