Enum rb_sys::bindings::ruby_rstring_flags
source · #[repr(u32)]
pub enum ruby_rstring_flags {
RSTRING_NOEMBED,
RSTRING_EMBED_LEN_MASK,
RSTRING_EMBED_LEN_SHIFT,
RSTRING_EMBED_LEN_MAX,
RSTRING_FSTR,
RSTRING_ENUM_END,
}Variants§
RSTRING_NOEMBED
RSTRING_EMBED_LEN_MASK
RSTRING_EMBED_LEN_SHIFT
RSTRING_EMBED_LEN_MAX
RSTRING_FSTR
RSTRING_ENUM_END
Trait Implementations§
source§impl Clone for ruby_rstring_flags
impl Clone for ruby_rstring_flags
source§fn clone(&self) -> ruby_rstring_flags
fn clone(&self) -> ruby_rstring_flags
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_flags
impl Debug for ruby_rstring_flags
source§impl Hash for ruby_rstring_flags
impl Hash for ruby_rstring_flags
source§impl PartialEq<ruby_rstring_flags> for ruby_rstring_flags
impl PartialEq<ruby_rstring_flags> for ruby_rstring_flags
source§fn eq(&self, other: &ruby_rstring_flags) -> bool
fn eq(&self, other: &ruby_rstring_flags) -> bool
This method tests for
self and other values to be equal, and is used
by ==.