Enum librdkafka_sys::__codecvt_result [] [src]

pub enum __codecvt_result {
    __codecvt_ok,
    __codecvt_partial,
    __codecvt_error,
    __codecvt_noconv,
}

Variants

Trait Implementations

impl Copy for __codecvt_result
[src]

impl Clone for __codecvt_result
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __codecvt_result
[src]

Formats the value using the given formatter.