#[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_char§encoding_fetcher: zend_encoding_fetcher§encoding_name_getter: zend_encoding_name_getter§lexer_compatibility_checker: zend_encoding_lexer_compatibility_checker§encoding_detector: zend_encoding_detector§encoding_converter: zend_encoding_converter§encoding_list_parser: zend_encoding_list_parser§internal_encoding_getter: zend_encoding_internal_encoding_getter§internal_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

Returns the argument unchanged.

Calls U::from(self).

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

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.