Enum rb_sys::bindings::ruby_encoding_consts
source · #[repr(u32)]
pub enum ruby_encoding_consts {
RUBY_ENCODING_INLINE_MAX,
RUBY_ENCODING_SHIFT,
RUBY_ENCODING_MASK,
RUBY_ENCODING_MAXNAMELEN,
}Variants§
Trait Implementations§
source§impl Clone for ruby_encoding_consts
impl Clone for ruby_encoding_consts
source§fn clone(&self) -> ruby_encoding_consts
fn clone(&self) -> ruby_encoding_consts
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 more