Enum rb_sys::bindings::ruby_rarray_flags
source · [−]#[repr(u32)]
pub enum ruby_rarray_flags {
RARRAY_EMBED_LEN_MAX,
RARRAY_EMBED_FLAG,
RARRAY_EMBED_LEN_MASK,
RARRAY_EMBED_LEN_SHIFT,
RARRAY_TRANSIENT_FLAG,
RARRAY_ENUM_END,
}Variants
RARRAY_EMBED_LEN_MAX
RARRAY_EMBED_FLAG
RARRAY_EMBED_LEN_MASK
RARRAY_EMBED_LEN_SHIFT
RARRAY_TRANSIENT_FLAG
RARRAY_ENUM_END
Trait Implementations
sourceimpl Clone for ruby_rarray_flags
impl Clone for ruby_rarray_flags
sourcefn clone(&self) -> ruby_rarray_flags
fn clone(&self) -> ruby_rarray_flags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ruby_rarray_flags
impl Debug for ruby_rarray_flags
sourceimpl Hash for ruby_rarray_flags
impl Hash for ruby_rarray_flags
impl Copy for ruby_rarray_flags
impl Eq for ruby_rarray_flags
impl StructuralEq for ruby_rarray_flags
impl StructuralPartialEq for ruby_rarray_flags
Auto Trait Implementations
impl RefUnwindSafe for ruby_rarray_flags
impl Send for ruby_rarray_flags
impl Sync for ruby_rarray_flags
impl Unpin for ruby_rarray_flags
impl UnwindSafe for ruby_rarray_flags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more