pub struct AnimEntry {
pub id: u32,
pub offset: u32,
pub size: u32,
}Expand description
Animation entry header
Fields§
§id: u32Animation ID “AFID”
offset: u32Start offset of the animation section
size: u32Size of the animation section
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnimEntry
impl RefUnwindSafe for AnimEntry
impl Send for AnimEntry
impl Sync for AnimEntry
impl Unpin for AnimEntry
impl UnwindSafe for AnimEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more