Struct rb_sys::bindings::OnigErrorInfo
source · #[repr(C)]pub struct OnigErrorInfo {
pub enc: OnigEncoding,
pub par: *mut OnigUChar,
pub par_end: *mut OnigUChar,
}Expand description
Generated by rb-sys for Ruby 3.0.0
Fields§
§enc: OnigEncodingGenerated by rb-sys for Ruby 3.0.0
par: *mut OnigUCharGenerated by rb-sys for Ruby 3.0.0
par_end: *mut OnigUCharGenerated by rb-sys for Ruby 3.0.0
Trait Implementations§
source§impl Clone for OnigErrorInfo
impl Clone for OnigErrorInfo
source§fn clone(&self) -> OnigErrorInfo
fn clone(&self) -> OnigErrorInfo
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 OnigErrorInfo
impl Debug for OnigErrorInfo
source§impl PartialEq<OnigErrorInfo> for OnigErrorInfo
impl PartialEq<OnigErrorInfo> for OnigErrorInfo
source§fn eq(&self, other: &OnigErrorInfo) -> bool
fn eq(&self, other: &OnigErrorInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.