pub struct VxdeParser { /* private fields */ }Expand description
A struct to hold the parsed key-value pairs from a .vxd file.
Implementations§
Auto Trait Implementations§
impl Freeze for VxdeParser
impl RefUnwindSafe for VxdeParser
impl Send for VxdeParser
impl Sync for VxdeParser
impl Unpin for VxdeParser
impl UnwindSafe for VxdeParser
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