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

#include <value.h>

Data Fields

lxb_css_value_type_t type
 
union { 
 
   lxb_css_value_length_t   length 
 
   lxb_css_value_percentage_t   percentage 
 
u 
 

Detailed Description

Definition at line 38 of file value.h.

Field Documentation

◆ length

lxb_css_value_length_t lxb_css_value_length_percentage_t::length

Definition at line 42 of file value.h.

◆ percentage

lxb_css_value_percentage_t lxb_css_value_length_percentage_t::percentage

Definition at line 43 of file value.h.

◆ type

lxb_css_value_type_t lxb_css_value_length_percentage_t::type

Definition at line 39 of file value.h.

◆ [union]

union { ... } lxb_css_value_length_percentage_t::u

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