pub struct DecompressedLspkZip {
pub sanitized_name: String,
pub lspk: DecompressedLspk,
}Expand description
A successfully parsed LSPK .pak file from within a zipfile.
Fields§
§sanitized_name: String§lspk: DecompressedLspkAuto Trait Implementations§
impl Freeze for DecompressedLspkZip
impl RefUnwindSafe for DecompressedLspkZip
impl Send for DecompressedLspkZip
impl Sync for DecompressedLspkZip
impl Unpin for DecompressedLspkZip
impl UnwindSafe for DecompressedLspkZip
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