libmya 0.1.0
Library to parse Mya language.
Loading...
Searching...
No Matches
mir_bitfield_field Struct Reference

A bitfield's field declaration. More...

#include <mir.h>

Collaboration diagram for mir_bitfield_field:

Data Fields

dstring_t name
 Name of the field.
 
uint32_t size
 Size in bits of the field.
 

Detailed Description

A bitfield's field declaration.

Definition at line 41 of file mir.h.

Field Documentation

◆ name

dstring_t mir_bitfield_field::name

Name of the field.

Definition at line 43 of file mir.h.

◆ size

uint32_t mir_bitfield_field::size

Size in bits of the field.

Definition at line 44 of file mir.h.


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