Enum rb_sys::bindings::rb_io_event_t
source · #[repr(u32)]
pub enum rb_io_event_t {
RUBY_IO_READABLE,
RUBY_IO_WRITABLE,
RUBY_IO_PRIORITY,
}Expand description
Generated by rb-sys for Ruby 3.0.0
Variants§
RUBY_IO_READABLE
Generated by rb-sys for Ruby 3.0.0
RUBY_IO_WRITABLE
Generated by rb-sys for Ruby 3.0.0
RUBY_IO_PRIORITY
Generated by rb-sys for Ruby 3.0.0
Trait Implementations§
source§impl Clone for rb_io_event_t
impl Clone for rb_io_event_t
source§fn clone(&self) -> rb_io_event_t
fn clone(&self) -> rb_io_event_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_io_event_t
impl Debug for rb_io_event_t
source§impl Hash for rb_io_event_t
impl Hash for rb_io_event_t
source§impl PartialEq<rb_io_event_t> for rb_io_event_t
impl PartialEq<rb_io_event_t> for rb_io_event_t
source§fn eq(&self, other: &rb_io_event_t) -> bool
fn eq(&self, other: &rb_io_event_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.