#[repr(u32)]pub enum rb_io_wait_readwrite {
RB_IO_WAIT_READABLE = 0,
RB_IO_WAIT_WRITABLE = 1,
}Expand description
§for rb_readwrite_sys_fail first argument
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3
Variants§
RB_IO_WAIT_READABLE = 0
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3
RB_IO_WAIT_WRITABLE = 1
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3
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
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 Freeze for rb_io_wait_readwrite
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