Struct rb_sys::bindings::rb_fdset_t
source · #[repr(C)]pub struct rb_fdset_t {
pub maxfd: c_int,
pub fdset: *mut fd_set,
}Fields§
§maxfd: c_int§fdset: *mut fd_setTrait Implementations§
source§impl Clone for rb_fdset_t
impl Clone for rb_fdset_t
source§fn clone(&self) -> rb_fdset_t
fn clone(&self) -> rb_fdset_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_fdset_t
impl Debug for rb_fdset_t
source§impl PartialEq<rb_fdset_t> for rb_fdset_t
impl PartialEq<rb_fdset_t> for rb_fdset_t
source§fn eq(&self, other: &rb_fdset_t) -> bool
fn eq(&self, other: &rb_fdset_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.