Skip to main content

OnigEncodingTypeST

Struct OnigEncodingTypeST 

Source
#[repr(C)]
pub struct OnigEncodingTypeST {
Show 19 fields pub precise_mbc_enc_len: Option<unsafe extern "C" fn(p: *const OnigUChar, e: *const OnigUChar, enc: *const OnigEncodingTypeST) -> c_int>, pub name: *const c_char, pub max_enc_len: c_int, pub min_enc_len: c_int, pub is_mbc_newline: Option<unsafe extern "C" fn(p: *const OnigUChar, end: *const OnigUChar, enc: *const OnigEncodingTypeST) -> c_int>, pub mbc_to_code: Option<unsafe extern "C" fn(p: *const OnigUChar, end: *const OnigUChar, enc: *const OnigEncodingTypeST) -> OnigCodePoint>, pub code_to_mbclen: Option<unsafe extern "C" fn(code: OnigCodePoint, enc: *const OnigEncodingTypeST) -> c_int>, pub code_to_mbc: Option<unsafe extern "C" fn(code: OnigCodePoint, buf: *mut OnigUChar, enc: *const OnigEncodingTypeST) -> c_int>, pub mbc_case_fold: Option<unsafe extern "C" fn(flag: OnigCaseFoldType, pp: *mut *const OnigUChar, end: *const OnigUChar, to: *mut OnigUChar, enc: *const OnigEncodingTypeST) -> c_int>, pub apply_all_case_fold: Option<unsafe extern "C" fn(flag: OnigCaseFoldType, f: OnigApplyAllCaseFoldFunc, arg: *mut c_void, enc: *const OnigEncodingTypeST) -> c_int>, pub get_case_fold_codes_by_str: Option<unsafe extern "C" fn(flag: OnigCaseFoldType, p: *const OnigUChar, end: *const OnigUChar, acs: *mut OnigCaseFoldCodeItem, enc: *const OnigEncodingTypeST) -> c_int>, pub property_name_to_ctype: Option<unsafe extern "C" fn(enc: *const OnigEncodingTypeST, p: *const OnigUChar, end: *const OnigUChar) -> c_int>, pub is_code_ctype: Option<unsafe extern "C" fn(code: OnigCodePoint, ctype: OnigCtype, enc: *const OnigEncodingTypeST) -> c_int>, pub get_ctype_code_range: Option<unsafe extern "C" fn(ctype: OnigCtype, sb_out: *mut OnigCodePoint, ranges: *mut *const OnigCodePoint, enc: *const OnigEncodingTypeST) -> c_int>, pub left_adjust_char_head: Option<unsafe extern "C" fn(start: *const OnigUChar, p: *const OnigUChar, end: *const OnigUChar, enc: *const OnigEncodingTypeST) -> *mut OnigUChar>, pub is_allowed_reverse_match: Option<unsafe extern "C" fn(p: *const OnigUChar, end: *const OnigUChar, enc: *const OnigEncodingTypeST) -> c_int>, pub case_map: Option<unsafe extern "C" fn(flagP: *mut OnigCaseFoldType, pp: *mut *const OnigUChar, end: *const OnigUChar, to: *mut OnigUChar, to_end: *mut OnigUChar, enc: *const OnigEncodingTypeST) -> c_int>, pub ruby_encoding_index: c_int, pub flags: c_uint,
}
Expand description

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

Fields§

§precise_mbc_enc_len: Option<unsafe extern "C" fn(p: *const OnigUChar, e: *const OnigUChar, enc: *const OnigEncodingTypeST) -> c_int>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§name: *const c_char

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§max_enc_len: c_int

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§min_enc_len: c_int

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§is_mbc_newline: Option<unsafe extern "C" fn(p: *const OnigUChar, end: *const OnigUChar, enc: *const OnigEncodingTypeST) -> c_int>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§mbc_to_code: Option<unsafe extern "C" fn(p: *const OnigUChar, end: *const OnigUChar, enc: *const OnigEncodingTypeST) -> OnigCodePoint>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§code_to_mbclen: Option<unsafe extern "C" fn(code: OnigCodePoint, enc: *const OnigEncodingTypeST) -> c_int>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§code_to_mbc: Option<unsafe extern "C" fn(code: OnigCodePoint, buf: *mut OnigUChar, enc: *const OnigEncodingTypeST) -> c_int>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§mbc_case_fold: Option<unsafe extern "C" fn(flag: OnigCaseFoldType, pp: *mut *const OnigUChar, end: *const OnigUChar, to: *mut OnigUChar, enc: *const OnigEncodingTypeST) -> c_int>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§apply_all_case_fold: Option<unsafe extern "C" fn(flag: OnigCaseFoldType, f: OnigApplyAllCaseFoldFunc, arg: *mut c_void, enc: *const OnigEncodingTypeST) -> c_int>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§get_case_fold_codes_by_str: Option<unsafe extern "C" fn(flag: OnigCaseFoldType, p: *const OnigUChar, end: *const OnigUChar, acs: *mut OnigCaseFoldCodeItem, enc: *const OnigEncodingTypeST) -> c_int>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§property_name_to_ctype: Option<unsafe extern "C" fn(enc: *const OnigEncodingTypeST, p: *const OnigUChar, end: *const OnigUChar) -> c_int>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§is_code_ctype: Option<unsafe extern "C" fn(code: OnigCodePoint, ctype: OnigCtype, enc: *const OnigEncodingTypeST) -> c_int>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§get_ctype_code_range: Option<unsafe extern "C" fn(ctype: OnigCtype, sb_out: *mut OnigCodePoint, ranges: *mut *const OnigCodePoint, enc: *const OnigEncodingTypeST) -> c_int>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§left_adjust_char_head: Option<unsafe extern "C" fn(start: *const OnigUChar, p: *const OnigUChar, end: *const OnigUChar, enc: *const OnigEncodingTypeST) -> *mut OnigUChar>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§is_allowed_reverse_match: Option<unsafe extern "C" fn(p: *const OnigUChar, end: *const OnigUChar, enc: *const OnigEncodingTypeST) -> c_int>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§case_map: Option<unsafe extern "C" fn(flagP: *mut OnigCaseFoldType, pp: *mut *const OnigUChar, end: *const OnigUChar, to: *mut OnigUChar, to_end: *mut OnigUChar, enc: *const OnigEncodingTypeST) -> c_int>

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§ruby_encoding_index: c_int

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

§flags: c_uint

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3

Trait Implementations§

Source§

impl Clone for OnigEncodingTypeST

Source§

fn clone(&self) -> OnigEncodingTypeST

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for OnigEncodingTypeST

Source§

impl Debug for OnigEncodingTypeST

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Eq for OnigEncodingTypeST

Source§

impl PartialEq for OnigEncodingTypeST

Source§

fn eq(&self, other: &OnigEncodingTypeST) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl StructuralPartialEq for OnigEncodingTypeST

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.