Enum rb_sys::bindings::rb_econv_result_t
source · #[repr(u32)]
pub enum rb_econv_result_t {
econv_invalid_byte_sequence,
econv_undefined_conversion,
econv_destination_buffer_full,
econv_source_buffer_empty,
econv_finished,
econv_after_output,
econv_incomplete_input,
}Expand description
Generated by rb-sys for Ruby 3.0.0
Variants§
econv_invalid_byte_sequence
Generated by rb-sys for Ruby 3.0.0
econv_undefined_conversion
Generated by rb-sys for Ruby 3.0.0
econv_destination_buffer_full
Generated by rb-sys for Ruby 3.0.0
econv_source_buffer_empty
Generated by rb-sys for Ruby 3.0.0
econv_finished
Generated by rb-sys for Ruby 3.0.0
econv_after_output
Generated by rb-sys for Ruby 3.0.0
econv_incomplete_input
Generated by rb-sys for Ruby 3.0.0
Trait Implementations§
source§impl Clone for rb_econv_result_t
impl Clone for rb_econv_result_t
source§fn clone(&self) -> rb_econv_result_t
fn clone(&self) -> rb_econv_result_t
Returns a copy 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 rb_econv_result_t
impl Debug for rb_econv_result_t
source§impl Hash for rb_econv_result_t
impl Hash for rb_econv_result_t
source§impl PartialEq<rb_econv_result_t> for rb_econv_result_t
impl PartialEq<rb_econv_result_t> for rb_econv_result_t
source§fn eq(&self, other: &rb_econv_result_t) -> bool
fn eq(&self, other: &rb_econv_result_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.