Enum rb_sys::bindings::ruby_robject_flags
source · [−]#[repr(u32)]
pub enum ruby_robject_flags {
ROBJECT_EMBED_LEN_MAX,
ROBJECT_EMBED,
ROBJECT_ENUM_END,
}Variants
ROBJECT_EMBED_LEN_MAX
ROBJECT_EMBED
ROBJECT_ENUM_END
Trait Implementations
sourceimpl Clone for ruby_robject_flags
impl Clone for ruby_robject_flags
sourcefn clone(&self) -> ruby_robject_flags
fn clone(&self) -> ruby_robject_flags
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ruby_robject_flags
impl Debug for ruby_robject_flags
sourceimpl Hash for ruby_robject_flags
impl Hash for ruby_robject_flags
sourceimpl PartialEq<ruby_robject_flags> for ruby_robject_flags
impl PartialEq<ruby_robject_flags> for ruby_robject_flags
sourcefn eq(&self, other: &ruby_robject_flags) -> bool
fn eq(&self, other: &ruby_robject_flags) -> bool
impl Copy for ruby_robject_flags
impl Eq for ruby_robject_flags
impl StructuralEq for ruby_robject_flags
impl StructuralPartialEq for ruby_robject_flags
Auto Trait Implementations
impl RefUnwindSafe for ruby_robject_flags
impl Send for ruby_robject_flags
impl Sync for ruby_robject_flags
impl Unpin for ruby_robject_flags
impl UnwindSafe for ruby_robject_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