#[repr(u32)]pub enum ruby_rmodule_flags {
RMODULE_IS_REFINEMENT = 32_768,
}Expand description
Variants§
RMODULE_IS_REFINEMENT = 32_768
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 duplicate 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_rmodule_flags
impl Debug for ruby_rmodule_flags
Source§impl Hash for ruby_rmodule_flags
impl Hash for ruby_rmodule_flags
Source§impl PartialEq for ruby_rmodule_flags
impl PartialEq for ruby_rmodule_flags
impl Copy for ruby_rmodule_flags
impl Eq for ruby_rmodule_flags
impl StructuralPartialEq for ruby_rmodule_flags
Auto Trait Implementations§
impl Freeze for ruby_rmodule_flags
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§
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