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§
Trait Implementations§
source§impl Clone for ruby_rmodule_flags
impl Clone for ruby_rmodule_flags
source§fn clone(&self) -> ruby_rmodule_flags
fn clone(&self) -> ruby_rmodule_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 more