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