Enum rb_sys::bindings::ruby_rmodule_flags
source · #[repr(u32)]
pub enum ruby_rmodule_flags {
RMODULE_IS_OVERLAID,
RMODULE_IS_REFINEMENT,
RMODULE_INCLUDED_INTO_REFINEMENT,
RMODULE_ENUM_END,
}Variants
RMODULE_IS_OVERLAID
RMODULE_IS_REFINEMENT
RMODULE_INCLUDED_INTO_REFINEMENT
RMODULE_ENUM_END
Trait Implementations
sourceimpl Clone for ruby_rmodule_flags
impl Clone for ruby_rmodule_flags
sourcefn clone(&self) -> ruby_rmodule_flags
fn clone(&self) -> ruby_rmodule_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_rmodule_flags
impl Debug for ruby_rmodule_flags
sourceimpl Hash for ruby_rmodule_flags
impl Hash for ruby_rmodule_flags
sourceimpl PartialEq<ruby_rmodule_flags> for ruby_rmodule_flags
impl PartialEq<ruby_rmodule_flags> for ruby_rmodule_flags
sourcefn eq(&self, other: &ruby_rmodule_flags) -> bool
fn eq(&self, other: &ruby_rmodule_flags) -> bool
impl Copy for ruby_rmodule_flags
impl Eq for ruby_rmodule_flags
impl StructuralEq for ruby_rmodule_flags
impl StructuralPartialEq for ruby_rmodule_flags
Auto Trait Implementations
impl RefUnwindSafe for ruby_rmodule_flags
impl Send for ruby_rmodule_flags
impl Sync for ruby_rmodule_flags
impl Unpin for ruby_rmodule_flags
impl UnwindSafe for ruby_rmodule_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