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 more