Struct il2_iltags::tags::ILRawTag[][src]

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

This struct implements a raw tag. It can be used to store any non explicit tag.

Implementations

Creates a new instance of this struct.

Arguments:

  • id: The tag id;

Returns:

  • The new instance of RawTag.

Initializes a new RawTag with a given capacity.

Arguments:

  • id: The tag id;
  • capacity: The expected initial capacity;

Returns:

  • The new instance of RawTag.

Initializes a new RawTag with an initial value.

Arguments:

  • id: The tag id;
  • value: A byte slice with the initial value;

Returns:

  • The new instance of RawTag.

Returns an immutable reference to the payload.

Returns a mutable reference to the payload.

Trait Implementations

Creates a default tag with. Read more

Returns the ID of the tag.

Returns a reference as Any.

Returns a mutable reference as Any.

Retuns the size of the serialized value in bytes.

Serializes the payload of this tag. Read more

Deserializes the value. Read more

Verifies if this tag is implicity.

Verifies if this tag is reserved.

Returns the total size of the tag in bytes.

Serializes this tag. 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.