Enum rb_sys::bindings::ruby_rstring_consts
source · #[repr(u32)]
pub enum ruby_rstring_consts {
RSTRING_EMBED_LEN_SHIFT,
RSTRING_EMBED_LEN_MAX,
}Expand description
Generated by rb-sys for Ruby 3.0.0
Variants§
RSTRING_EMBED_LEN_SHIFT
Generated by rb-sys for Ruby 3.0.0
RSTRING_EMBED_LEN_MAX
Generated by rb-sys for Ruby 3.0.0
Trait Implementations§
source§impl Clone for ruby_rstring_consts
impl Clone for ruby_rstring_consts
source§fn clone(&self) -> ruby_rstring_consts
fn clone(&self) -> ruby_rstring_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 moresource§impl Debug for ruby_rstring_consts
impl Debug for ruby_rstring_consts
source§impl Hash for ruby_rstring_consts
impl Hash for ruby_rstring_consts
source§impl PartialEq<ruby_rstring_consts> for ruby_rstring_consts
impl PartialEq<ruby_rstring_consts> for ruby_rstring_consts
source§fn eq(&self, other: &ruby_rstring_consts) -> bool
fn eq(&self, other: &ruby_rstring_consts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.