Type Definition alkahest::advanced::FixedIsizeType

source ·
pub type FixedIsizeType = i32;
Expand description

Type used to represent sizes and offsets in serialized data.

Trait Implementations§

source§

impl From<FixedIsize> for FixedIsizeType

source§

fn from(value: FixedIsize) -> Self

Converts to this type from the input type.