Struct ssbh_lib::formats::hlpb::HlpbRotateAim[][src]

pub struct HlpbRotateAim {
Show fields pub name: SsbhString, pub aim_bone_name1: SsbhString, pub aim_bone_name2: SsbhString, pub aim_type1: SsbhString, pub aim_type2: SsbhString, pub target_bone_name1: SsbhString, pub target_bone_name2: SsbhString, pub unk1: i32, pub unk2: i32, pub unk3: f32, pub unk4: f32, pub unk5: f32, pub unk6: f32, pub unk7: f32, pub unk8: f32, pub unk9: f32, pub unk10: f32, pub unk11: f32, pub unk12: f32, pub unk13: f32, pub unk14: f32, pub unk15: f32, pub unk16: f32, pub unk17: f32, pub unk18: f32, pub unk19: f32, pub unk20: f32, pub unk21: f32, pub unk22: f32,
}

Fields

name: SsbhStringaim_bone_name1: SsbhStringaim_bone_name2: SsbhStringaim_type1: SsbhStringaim_type2: SsbhStringtarget_bone_name1: SsbhStringtarget_bone_name2: SsbhStringunk1: i32unk2: i32unk3: f32unk4: f32unk5: f32unk6: f32unk7: f32unk8: f32unk9: f32unk10: f32unk11: f32unk12: f32unk13: f32unk14: f32unk15: f32unk16: f32unk17: f32unk18: f32unk19: f32unk20: f32unk21: f32unk22: f32

Trait Implementations

The type of arguments needed to be supplied in order to read this type, usually a tuple. Read more

Read the type from the reader

Read the type from the reader while assuming no arguments have been passed Read more

Read the type from the reader using the specified arguments

The default arguments to be used when using the read shortcut method. Override this for any type that optionally requries arguments Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Writes the byte representation of self to writer and update data_ptr as needed to ensure the next relative offset is correctly calculated.

The offset in bytes between successive elements in an array of this type. This should include any alignment or padding. For most types, this is simply the value of std::mem::size_of. Read more

The alignment of the relative_offset for types stored in a RelPtr64.

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.