pub struct WmoParser;Expand description
WMO parser for reading WMO files
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WmoParser
impl RefUnwindSafe for WmoParser
impl Send for WmoParser
impl Sync for WmoParser
impl Unpin for WmoParser
impl UnwindSafe for WmoParser
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