Struct bsatoollib::FileStruct
source · pub struct FileStruct {
pub file_size: usize,
pub offset: u32,
pub name: String,
}Expand description
Helper data struct for storing info related to a file with a BSA
Fields§
§file_size: usizeExpected size of the file in bytes
offset: u32Offset of the file in bytes from the start of the BSA
name: StringName of the file
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FileStruct
impl Send for FileStruct
impl Sync for FileStruct
impl Unpin for FileStruct
impl UnwindSafe for FileStruct
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