pub struct Header {
pub name: String,
pub size: u32,
pub files: u32,
pub indices: u32,
}Expand description
Header of the BIG file
Fields§
§name: StringHeader name
size: u32File size
files: u32Embedded files
indices: u32Index table size
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Header
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
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