Enum rb_sys::ruby_fl_type
source · [−]#[repr(i32)]
pub enum ruby_fl_type {
Show 30 variants
RUBY_FL_WB_PROTECTED,
RUBY_FL_PROMOTED1,
RUBY_FL_PROMOTED,
RUBY_FL_FINALIZE,
RUBY_FL_TAINT,
RUBY_FL_SEEN_OBJ_ID,
RUBY_FL_EXIVAR,
RUBY_FL_FREEZE,
RUBY_FL_USHIFT,
RUBY_FL_USER0,
RUBY_FL_USER1,
RUBY_FL_USER2,
RUBY_FL_USER3,
RUBY_FL_USER4,
RUBY_FL_USER5,
RUBY_FL_USER6,
RUBY_FL_USER7,
RUBY_FL_USER8,
RUBY_FL_USER9,
RUBY_FL_USER10,
RUBY_FL_USER11,
RUBY_FL_USER12,
RUBY_FL_USER13,
RUBY_FL_USER14,
RUBY_FL_USER15,
RUBY_FL_USER16,
RUBY_FL_USER17,
RUBY_FL_USER18,
RUBY_FL_USER19,
RUBY_FL_DUPPED,
}Variants
RUBY_FL_WB_PROTECTED
RUBY_FL_PROMOTED1
RUBY_FL_PROMOTED
RUBY_FL_FINALIZE
RUBY_FL_TAINT
RUBY_FL_SEEN_OBJ_ID
RUBY_FL_EXIVAR
RUBY_FL_FREEZE
RUBY_FL_USHIFT
RUBY_FL_USER0
RUBY_FL_USER1
RUBY_FL_USER2
RUBY_FL_USER3
RUBY_FL_USER4
RUBY_FL_USER5
RUBY_FL_USER6
RUBY_FL_USER7
RUBY_FL_USER8
RUBY_FL_USER9
RUBY_FL_USER10
RUBY_FL_USER11
RUBY_FL_USER12
RUBY_FL_USER13
RUBY_FL_USER14
RUBY_FL_USER15
RUBY_FL_USER16
RUBY_FL_USER17
RUBY_FL_USER18
RUBY_FL_USER19
RUBY_FL_DUPPED
Implementations
sourceimpl ruby_fl_type
impl ruby_fl_type
pub const RUBY_FL_PROMOTED0: ruby_fl_type = ruby_fl_type::RUBY_FL_WB_PROTECTED
sourceimpl ruby_fl_type
impl ruby_fl_type
pub const RUBY_FL_UNTRUSTED: ruby_fl_type = ruby_fl_type::RUBY_FL_TAINT
sourceimpl ruby_fl_type
impl ruby_fl_type
pub const RUBY_ELTS_SHARED: ruby_fl_type = ruby_fl_type::RUBY_FL_USER2
sourceimpl ruby_fl_type
impl ruby_fl_type
pub const RUBY_FL_SINGLETON: ruby_fl_type = ruby_fl_type::RUBY_FL_USER0
Trait Implementations
sourceimpl Clone for ruby_fl_type
impl Clone for ruby_fl_type
sourcefn clone(&self) -> ruby_fl_type
fn clone(&self) -> ruby_fl_type
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_fl_type
impl Debug for ruby_fl_type
sourceimpl Hash for ruby_fl_type
impl Hash for ruby_fl_type
sourceimpl PartialEq<ruby_fl_type> for ruby_fl_type
impl PartialEq<ruby_fl_type> for ruby_fl_type
impl Copy for ruby_fl_type
impl Eq for ruby_fl_type
impl StructuralEq for ruby_fl_type
impl StructuralPartialEq for ruby_fl_type
Auto Trait Implementations
impl RefUnwindSafe for ruby_fl_type
impl Send for ruby_fl_type
impl Sync for ruby_fl_type
impl Unpin for ruby_fl_type
impl UnwindSafe for ruby_fl_type
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more