Module il2_iltags::tags::standard::implicit[][src]

Expand description

This module implements all standard implicit tags defined by ILTags Specification.

Structs

This struct implements the bin32 (f32) standard tag.

This struct implements the bin64 (f64) standard tag.

This struct implements the bin128 standard tag. Since Rust does not implement the IEEE754 128-bit floating point yet, this tag only holds its raw bytes.

This struct implements the boolean standard tag.

This struct implements the ILInt standard tag. This tag and ILSignedILInt64Tag are the only implicit tags whose its value size can vary from 1 to 9 bytes.

This struct implements the i8 standard tag.

This struct implements the i16 standard tag.

This struct implements the i32 standard tag.

This struct implements the i64 standard tag.

This struct implements the null standard tag.

This struct implements the ILInt standard tag. This tag and ILILInt64Tag are the only implicit tags whose its value size can vary from 1 to 9 bytes.

This struct implements the u8 standard tag.

This struct implements the u16 standard tag.

This struct implements the u32 standard tag.

This struct implements the u64 standard tag.

Functions

Returns the size of the implicit tag.