Enum rb_sys::bindings::rb_event_hook_flag_t
source · #[repr(u32)]
pub enum rb_event_hook_flag_t {
RUBY_EVENT_HOOK_FLAG_SAFE,
RUBY_EVENT_HOOK_FLAG_DELETED,
RUBY_EVENT_HOOK_FLAG_RAW_ARG,
}Variants§
Trait Implementations§
source§impl Clone for rb_event_hook_flag_t
impl Clone for rb_event_hook_flag_t
source§fn clone(&self) -> rb_event_hook_flag_t
fn clone(&self) -> rb_event_hook_flag_t
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 moresource§impl Debug for rb_event_hook_flag_t
impl Debug for rb_event_hook_flag_t
source§impl Hash for rb_event_hook_flag_t
impl Hash for rb_event_hook_flag_t
source§impl PartialEq<rb_event_hook_flag_t> for rb_event_hook_flag_t
impl PartialEq<rb_event_hook_flag_t> for rb_event_hook_flag_t
source§fn eq(&self, other: &rb_event_hook_flag_t) -> bool
fn eq(&self, other: &rb_event_hook_flag_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.