Struct il2_iltags::tags::standard::factory::ILStandardTagFactory[][src]

pub struct ILStandardTagFactory { /* fields omitted */ }
Expand description

This struct implements the ILTagFactory for all standard tags.

It can be extended to include custom tags if necessary by registering new tag creators for the desired tag id.

Implementations

Creates a new instance of the ILStandardTagFactory.

Arguments:

  • strict: If true, this factory will work in strict mode.

Grants a mutable access to the inner engine. It allows the registration of new tag creators.

Returns:

  • A mutable reference to the inner engine;

Trait Implementations

Creates an empty tag for the given id. Read more

Deserializes a tag from a reader. Read more

Deserializes a tag from a reader and put the result into an existing tag instance if possible. Read more

Deserializes a tag from its serialized bytes. Internally it calls Self::deserialize() to perform this operation. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.