Skip to main content

Module block

Module block 

Source
Expand description

Functionality for mapping individual blocks.

Re-exports§

pub use self::attributes::*;
pub use self::identification::*;
pub use self::module::*;
pub use self::strtab::*;
pub use self::symtab::*;
pub use self::type_table::*;

Modules§

attributes
Functionality for mapping the PARAMATTR_BLOCK and PARAMATTR_GROUP_BLOCK blocks.
identification
Functionality for mapping the IDENTIFICATION_BLOCK block.
module
Functionality for mapping the MODULE_BLOCK block.
strtab
Functionality for mapping the STRTAB_BLOCK block.
symtab
Functionality for mapping the SYMTAB_BLOCK block.
type_table
Functionality for mapping the TYPE_BLOCK_ID_NEW block.

Enums§

BlockId
A holistic model of all possible block IDs, spanning reserved, IR, and unknown IDs.
BlockMapError
Potential errors when mapping a single bitstream block.