#[repr(C)]pub struct rb_io_encoding {
pub enc: *const OnigEncodingTypeST,
pub enc2: *const OnigEncodingTypeST,
pub ecflags: c_int,
pub ecopts: VALUE,
}Expand description
Fields§
§enc: *const OnigEncodingTypeST§enc2: *const OnigEncodingTypeST§ecflags: c_int§ecopts: VALUEFlags as Ruby hash.
@internal
§This is set. But used from nowhere maybe?
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.3.8
Trait Implementations§
Source§impl Clone for rb_io_encoding
impl Clone for rb_io_encoding
Source§fn clone(&self) -> rb_io_encoding
fn clone(&self) -> rb_io_encoding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for rb_io_encoding
Source§impl Debug for rb_io_encoding
impl Debug for rb_io_encoding
impl Eq for rb_io_encoding
Source§impl PartialEq for rb_io_encoding
impl PartialEq for rb_io_encoding
impl StructuralPartialEq for rb_io_encoding
Auto Trait Implementations§
impl !Send for rb_io_encoding
impl !Sync for rb_io_encoding
impl Freeze for rb_io_encoding
impl RefUnwindSafe for rb_io_encoding
impl Unpin for rb_io_encoding
impl UnsafeUnpin for rb_io_encoding
impl UnwindSafe for rb_io_encoding
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