php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_zend_ffi_field Struct Reference

Data Fields

size_t offset
 
bool is_const
 
bool is_nested
 
uint8_t first_bit
 
uint8_t bits
 
zend_ffi_typetype
 

Detailed Description

Definition at line 138 of file ffi.c.

Field Documentation

◆ bits

uint8_t _zend_ffi_field::bits

Definition at line 143 of file ffi.c.

◆ first_bit

uint8_t _zend_ffi_field::first_bit

Definition at line 142 of file ffi.c.

◆ is_const

bool _zend_ffi_field::is_const

Definition at line 140 of file ffi.c.

◆ is_nested

bool _zend_ffi_field::is_nested

Definition at line 141 of file ffi.c.

◆ offset

size_t _zend_ffi_field::offset

Definition at line 139 of file ffi.c.

◆ type

zend_ffi_type* _zend_ffi_field::type

Definition at line 144 of file ffi.c.


The documentation for this struct was generated from the following file: