Struct phper_sys::_zend_multibyte_functions[][src]

#[repr(C)]
pub struct _zend_multibyte_functions { pub provider_name: *const c_char, pub encoding_fetcher: zend_encoding_fetcher, pub encoding_name_getter: zend_encoding_name_getter, pub lexer_compatibility_checker: zend_encoding_lexer_compatibility_checker, pub encoding_detector: zend_encoding_detector, pub encoding_converter: zend_encoding_converter, pub encoding_list_parser: zend_encoding_list_parser, pub internal_encoding_getter: zend_encoding_internal_encoding_getter, pub internal_encoding_setter: zend_encoding_internal_encoding_setter, }

Fields

provider_name: *const c_charencoding_fetcher: zend_encoding_fetcherencoding_name_getter: zend_encoding_name_getterlexer_compatibility_checker: zend_encoding_lexer_compatibility_checkerencoding_detector: zend_encoding_detectorencoding_converter: zend_encoding_converterencoding_list_parser: zend_encoding_list_parserinternal_encoding_getter: zend_encoding_internal_encoding_getterinternal_encoding_setter: zend_encoding_internal_encoding_setter

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.