pub struct VMF { /* private fields */ }Expand description
VMF struct with raw file data.
Use parse() to get parsed data that borrows from this instance.
Implementations§
Auto Trait Implementations§
impl Freeze for VMF
impl RefUnwindSafe for VMF
impl Send for VMF
impl Sync for VMF
impl Unpin for VMF
impl UnsafeUnpin for VMF
impl UnwindSafe for VMF
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