#[repr(u32)]pub enum rb_io_wait_readwrite {
RB_IO_WAIT_READABLE = 0,
RB_IO_WAIT_WRITABLE = 1,
}Expand description
Generated by rb-sys for Ruby 3.0.2
Variants§
RB_IO_WAIT_READABLE = 0
Generated by rb-sys for Ruby 3.0.2
RB_IO_WAIT_WRITABLE = 1
Generated by rb-sys for Ruby 3.0.2
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 for rb_io_wait_readwrite
impl PartialEq 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 ==.impl Copy for rb_io_wait_readwrite
impl Eq for rb_io_wait_readwrite
impl StructuralPartialEq for rb_io_wait_readwrite
Auto Trait Implementations§
impl RefUnwindSafe for rb_io_wait_readwrite
impl Send for rb_io_wait_readwrite
impl Sync for rb_io_wait_readwrite
impl Unpin for rb_io_wait_readwrite
impl UnwindSafe for rb_io_wait_readwrite
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