Enum rb_sys::bindings::ruby_rstring_flags
source · #[repr(u32)]
pub enum ruby_rstring_flags {
RSTRING_NOEMBED,
RSTRING_EMBED_LEN_MASK,
RSTRING_EMBED_LEN_SHIFT,
RSTRING_EMBED_LEN_MAX,
RSTRING_FSTR,
RSTRING_ENUM_END,
}Variants
RSTRING_NOEMBED
RSTRING_EMBED_LEN_MASK
RSTRING_EMBED_LEN_SHIFT
RSTRING_EMBED_LEN_MAX
RSTRING_FSTR
RSTRING_ENUM_END
Trait Implementations
sourceimpl Clone for ruby_rstring_flags
impl Clone for ruby_rstring_flags
sourcefn clone(&self) -> ruby_rstring_flags
fn clone(&self) -> ruby_rstring_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 moresourceimpl Debug for ruby_rstring_flags
impl Debug for ruby_rstring_flags
sourceimpl Hash for ruby_rstring_flags
impl Hash for ruby_rstring_flags
sourceimpl PartialEq<ruby_rstring_flags> for ruby_rstring_flags
impl PartialEq<ruby_rstring_flags> for ruby_rstring_flags
sourcefn eq(&self, other: &ruby_rstring_flags) -> bool
fn eq(&self, other: &ruby_rstring_flags) -> bool
impl Copy for ruby_rstring_flags
impl Eq for ruby_rstring_flags
impl StructuralEq for ruby_rstring_flags
impl StructuralPartialEq for ruby_rstring_flags
Auto Trait Implementations
impl RefUnwindSafe for ruby_rstring_flags
impl Send for ruby_rstring_flags
impl Sync for ruby_rstring_flags
impl Unpin for ruby_rstring_flags
impl UnwindSafe for ruby_rstring_flags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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