#[repr(u32)]pub enum ruby_rstring_flags {
RSTRING_NOEMBED = 8_192,
RSTRING_EMBED_LEN_MASK = 507_904,
RSTRING_FSTR = 536_870_912,
}Expand description
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
Variants§
RSTRING_NOEMBED = 8_192
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
RSTRING_EMBED_LEN_MASK = 507_904
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
RSTRING_FSTR = 536_870_912
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.0.2
Trait Implementations§
Source§impl Clone for ruby_rstring_flags
impl Clone for ruby_rstring_flags
Source§fn clone(&self) -> ruby_rstring_flags
fn clone(&self) -> ruby_rstring_flags
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_flags
impl Debug for ruby_rstring_flags
Source§impl Hash for ruby_rstring_flags
impl Hash for ruby_rstring_flags
Source§impl PartialEq for ruby_rstring_flags
impl PartialEq for ruby_rstring_flags
impl Copy for ruby_rstring_flags
impl Eq for ruby_rstring_flags
impl StructuralPartialEq for ruby_rstring_flags
Auto Trait Implementations§
impl Freeze for ruby_rstring_flags
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§
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