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 ==.impl Copy for ruby_rstring_consts
impl Eq for ruby_rstring_consts
impl StructuralEq for ruby_rstring_consts
impl StructuralPartialEq for ruby_rstring_consts
Auto Trait Implementations§
impl RefUnwindSafe for ruby_rstring_consts
impl Send for ruby_rstring_consts
impl Sync for ruby_rstring_consts
impl Unpin for ruby_rstring_consts
impl UnwindSafe for ruby_rstring_consts
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more