Struct rb_sys::bindings::rb_io_buffer_t
source · #[repr(C, packed)]pub struct rb_io_buffer_t {
pub ptr: *mut c_char,
pub off: c_int,
pub len: c_int,
pub capa: c_int,
}Fields§
§ptr: *mut c_char§off: c_int§len: c_int§capa: c_intTrait Implementations§
source§impl Clone for rb_io_buffer_t
impl Clone for rb_io_buffer_t
source§fn clone(&self) -> rb_io_buffer_t
fn clone(&self) -> rb_io_buffer_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 more