#[repr(u32)]pub enum ruby_encoding_consts {
RUBY_ENCODING_INLINE_MAX = 127,
RUBY_ENCODING_SHIFT = 22,
RUBY_ENCODING_MASK = 532_676_608,
RUBY_ENCODING_MAXNAMELEN = 42,
}Expand description
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
Variants§
RUBY_ENCODING_INLINE_MAX = 127
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
RUBY_ENCODING_SHIFT = 22
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
RUBY_ENCODING_MASK = 532_676_608
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
RUBY_ENCODING_MAXNAMELEN = 42
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
Trait Implementations§
Source§impl Clone for ruby_encoding_consts
impl Clone for ruby_encoding_consts
Source§fn clone(&self) -> ruby_encoding_consts
fn clone(&self) -> ruby_encoding_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_encoding_consts
impl Debug for ruby_encoding_consts
Source§impl Hash for ruby_encoding_consts
impl Hash for ruby_encoding_consts
Source§impl PartialEq for ruby_encoding_consts
impl PartialEq for ruby_encoding_consts
impl Copy for ruby_encoding_consts
impl Eq for ruby_encoding_consts
impl StructuralPartialEq for ruby_encoding_consts
Auto Trait Implementations§
impl Freeze for ruby_encoding_consts
impl RefUnwindSafe for ruby_encoding_consts
impl Send for ruby_encoding_consts
impl Sync for ruby_encoding_consts
impl Unpin for ruby_encoding_consts
impl UnwindSafe for ruby_encoding_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