Enum rb_sys::ruby_encoding_consts
source · [−]#[repr(u32)]
pub enum ruby_encoding_consts {
RUBY_ENCODING_INLINE_MAX,
RUBY_ENCODING_SHIFT,
RUBY_ENCODING_MASK,
RUBY_ENCODING_MAXNAMELEN,
}Variants
RUBY_ENCODING_INLINE_MAX
RUBY_ENCODING_SHIFT
RUBY_ENCODING_MASK
RUBY_ENCODING_MAXNAMELEN
Trait Implementations
sourceimpl Clone for ruby_encoding_consts
impl Clone for ruby_encoding_consts
sourcefn clone(&self) -> ruby_encoding_consts
fn clone(&self) -> ruby_encoding_consts
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_encoding_consts
impl Debug for ruby_encoding_consts
sourceimpl Hash for ruby_encoding_consts
impl Hash for ruby_encoding_consts
impl Copy for ruby_encoding_consts
impl Eq for ruby_encoding_consts
impl StructuralEq for ruby_encoding_consts
impl StructuralPartialEq for ruby_encoding_consts
Auto Trait Implementations
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
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