Struct livemod::TrackedData[][src]

pub struct TrackedData {
    pub name: String,
    pub data_type: TrackedDataRepr,
}
Expand description

A named field in a tracked variable

Fields

name: Stringdata_type: TrackedDataRepr

Trait Implementations

Parse Self from the input bytes starting at index offset. Read more

Parse Self from the input bytes. Read more

Serialize Self to bytes. Read more

Serialize Self to bytes. 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.