pub struct LspkParser { /* private fields */ }Expand description
Contains the logic to parse an LSPK .pak file.
Trait Implementations§
Source§impl Debug for LspkParser
impl Debug for LspkParser
Source§impl Default for LspkParser
impl Default for LspkParser
Source§impl Parser for LspkParser
impl Parser for LspkParser
Auto Trait Implementations§
impl Freeze for LspkParser
impl RefUnwindSafe for LspkParser
impl Send for LspkParser
impl Sync for LspkParser
impl Unpin for LspkParser
impl UnwindSafe for LspkParser
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