Struct bsatoollib::BSAFile
source · pub struct BSAFile<'a> { /* private fields */ }Expand description
Main struct for reading and manipulating BSAs
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for BSAFile<'a>
impl<'a> Send for BSAFile<'a>
impl<'a> Sync for BSAFile<'a>
impl<'a> Unpin for BSAFile<'a>
impl<'a> UnwindSafe for BSAFile<'a>
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