pub struct MEStringParser<'a> { /* private fields */ }Expand description
Structure for parsing ME3 format strings which are strings made up of sets of data split by ; that each start with the 20;4;
§Example
20;4;Sentinel;20;0.0000;50
Implementations§
Source§impl<'a> MEStringParser<'a>
impl<'a> MEStringParser<'a>
Auto Trait Implementations§
impl<'a> Freeze for MEStringParser<'a>
impl<'a> RefUnwindSafe for MEStringParser<'a>
impl<'a> Send for MEStringParser<'a>
impl<'a> Sync for MEStringParser<'a>
impl<'a> Unpin for MEStringParser<'a>
impl<'a> UnwindSafe for MEStringParser<'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