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